Searched refs:mxPropertyReplace (Results 1 – 4 of 4) sorted by relevance
39 mxPropertyReplace.set( mxReplaceable->createReplaceDescriptor(), uno::UNO_QUERY_THROW ); in SwVbaFind()66 mxPropertyReplace->setReplaceString( rText ); in SetReplaceWith()72 return mxPropertyReplace->getReplaceString(); in GetReplaceWith()191 return mxPropertyReplace->getSearchString(); in getText()196 mxPropertyReplace->setSearchString( _text ); in setText()236 return mxPropertyReplace->getValueSearch(); in getFormat()241 mxPropertyReplace->setValueSearch( _format ); in setFormat()259 …mxPropertyReplace->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchWords") ) )… in getMatchWholeWord()283 …mxPropertyReplace->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarity"… in getMatchSoundsLike()296 …mxPropertyReplace->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarity"… in getMatchAllWordForms()[all …]
31 SwVbaReplacement_BASE( rParent, rContext ), mxPropertyReplace( xPropertyReplace ) in SwVbaReplacement()41 return mxPropertyReplace->getReplaceString(); in getText()46 mxPropertyReplace->setReplaceString( _text ); in setText()
36 css::uno::Reference< css::util::XPropertyReplace> mxPropertyReplace; member in SwVbaReplacement
44 css::uno::Reference< css::util::XPropertyReplace> mxPropertyReplace; member in SwVbaFind
Completed in 35 milliseconds