Kaydet (Commit) e70cec4a authored tarafından Caolán McNamara's avatar Caolán McNamara

callcatcher: update unused code list

Change-Id: Ie903e37cccf98f1b91c05e87f067f2986b746590
üst ef8b1793
...@@ -112,9 +112,6 @@ public: ...@@ -112,9 +112,6 @@ public:
/** Reads the next string property from the stream, if the respective flag /** Reads the next string property from the stream, if the respective flag
in the property mask is set. */ in the property mask is set. */
void readStringProperty( ::rtl::OUString& orValue ); void readStringProperty( ::rtl::OUString& orValue );
/** Reads a string array property from the stream, if the respective flag
in the property mask is set. */
void readStringArrayProperty( AxStringArray& orArray );
/** Reads the next GUID property from the stream, if the respective flag /** Reads the next GUID property from the stream, if the respective flag
in the property mask is set. The GUID will be enclosed in braces. */ in the property mask is set. The GUID will be enclosed in braces. */
void readGuidProperty( ::rtl::OUString& orGuid ); void readGuidProperty( ::rtl::OUString& orGuid );
...@@ -138,9 +135,6 @@ public: ...@@ -138,9 +135,6 @@ public:
/** Skips the next string property in the stream, if the respective flag in /** Skips the next string property in the stream, if the respective flag in
the property mask is set. */ the property mask is set. */
inline void skipStringProperty() { readStringProperty( maDummyString ); } inline void skipStringProperty() { readStringProperty( maDummyString ); }
/** Skips the next string array property in the stream, if the respective
flag in the property mask is set. */
inline void skipStringArrayProperty() { readStringArrayProperty( maDummyStringArray ); }
/** Skips the next GUID property in the stream, if the respective flag in /** Skips the next GUID property in the stream, if the respective flag in
the property mask is set. */ the property mask is set. */
inline void skipGuidProperty() { readGuidProperty( maDummyString ); } inline void skipGuidProperty() { readGuidProperty( maDummyString ); }
......
...@@ -218,15 +218,6 @@ void AxBinaryPropertyReader::readStringProperty( OUString& orValue ) ...@@ -218,15 +218,6 @@ void AxBinaryPropertyReader::readStringProperty( OUString& orValue )
} }
} }
void AxBinaryPropertyReader::readStringArrayProperty( AxStringArray& orArray )
{
if( startNextProperty() )
{
sal_uInt32 nSize = maInStrm.readAligned< sal_uInt32 >();
maLargeProps.push_back( ComplexPropVector::value_type( new StringArrayProperty( orArray, nSize ) ) );
}
}
void AxBinaryPropertyReader::readGuidProperty( ::rtl::OUString& orGuid ) void AxBinaryPropertyReader::readGuidProperty( ::rtl::OUString& orGuid )
{ {
if( startNextProperty() ) if( startNextProperty() )
......
FontSelectPattern::FontSelectPattern(PhysicalFontFace const&, Size const&, float, int, bool) FontSelectPattern::FontSelectPattern(PhysicalFontFace const&, Size const&, float, int, bool)
MorkParser::getRecordKeys4List(std::basic_string<char, std::char_traits<char>, std::allocator<char> >&, std::__debug::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >&)
RelatedMultipart::getIds() RelatedMultipart::getIds()
SanExtensionImpl::setCertExtn(unsigned char*, unsigned int, unsigned char*, unsigned int, unsigned char) SanExtensionImpl::setCertExtn(unsigned char*, unsigned int, unsigned char*, unsigned int, unsigned char)
ScCTB::ScCTB()
ScCondFormatHelper::GetExpression(ScCondFormatEntryType, int)
ScCondFormatItem::ScCondFormatItem(unsigned int)
ScConditionalFormat::dumpInfo(rtl::OUStringBuffer&) const ScConditionalFormat::dumpInfo(rtl::OUStringBuffer&) const
ScDataBarSettingsDlg::ScDataBarSettingsDlg(Window*, ScDocument*, ScAddress const&)
ScMenuFloatingWindow::getDoc() ScMenuFloatingWindow::getDoc()
ScVbaFormat<ooo::vba::excel::XRange>::setNumberFormat(com::sun::star::lang::Locale, rtl::OUString const&) ScVbaFormat<ooo::vba::excel::XRange>::setNumberFormat(com::sun::star::lang::Locale, rtl::OUString const&)
ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent() ScVbaFormat<ooo::vba::excel::XStyle>::getAddIndent()
...@@ -68,6 +73,7 @@ comphelper::detail::ConfigurationWrapper::setLocalizedPropertyValue(boost::share ...@@ -68,6 +73,7 @@ comphelper::detail::ConfigurationWrapper::setLocalizedPropertyValue(boost::share
connectivity::file::OStatement_Base::reset() connectivity::file::OStatement_Base::reset()
connectivity::mork::MQueryHelper::next() connectivity::mork::MQueryHelper::next()
connectivity::mork::MQueryHelperResultEntry::insert(rtl::OString const&, rtl::OUString&) connectivity::mork::MQueryHelperResultEntry::insert(rtl::OString const&, rtl::OUString&)
connectivity::mork::OColumnAlias::OColumnAlias()
connectivity::mozab::MQueryHelper::next() connectivity::mozab::MQueryHelper::next()
connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, unsigned char) connectivity::sdbcx::OGroup::OGroup(rtl::OUString const&, unsigned char)
connectivity::sdbcx::OGroup::OGroup(unsigned char) connectivity::sdbcx::OGroup::OGroup(unsigned char)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment