Home
last modified time | relevance | path

Searched refs:mxPropertyReplace (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/ui/vba/
H A Dvbafind.cxx39 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()
259mxPropertyReplace->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchWords") ) )… in getMatchWholeWord()
283mxPropertyReplace->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarity"… in getMatchSoundsLike()
296mxPropertyReplace->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarity"… in getMatchAllWordForms()
[all …]
H A Dvbareplacement.cxx31 SwVbaReplacement_BASE( rParent, rContext ), mxPropertyReplace( xPropertyReplace ) in SwVbaReplacement()
41 return mxPropertyReplace->getReplaceString(); in getText()
46 mxPropertyReplace->setReplaceString( _text ); in setText()
H A Dvbareplacement.hxx36 css::uno::Reference< css::util::XPropertyReplace> mxPropertyReplace; member in SwVbaReplacement
H A Dvbafind.hxx44 css::uno::Reference< css::util::XPropertyReplace> mxPropertyReplace; member in SwVbaFind

Completed in 82 milliseconds