Lines Matching refs:mxPropertyReplace

39     mxPropertyReplace.set( mxReplaceable->createReplaceDescriptor(), uno::UNO_QUERY_THROW );  in SwVbaFind()
66 mxPropertyReplace->setReplaceString( rText ); in SetReplaceWith()
72 return mxPropertyReplace->getReplaceString(); in GetReplaceWith()
93 …mxTextRange->getStart(), uno::Reference< util::XSearchDescriptor >( mxPropertyReplace, uno::UNO_QU… in FindOneElement()
97 …( mxTextRange->getEnd(), uno::Reference< util::XSearchDescriptor >( mxPropertyReplace, uno::UNO_QU… in FindOneElement()
102 …le->findNext( xFoundOne, uno::Reference< util::XSearchDescriptor >( mxPropertyReplace, uno::UNO_QU… in FindOneElement()
111 …->findNext( mxTextRange, uno::Reference< util::XSearchDescriptor >( mxPropertyReplace, uno::UNO_QU… in FindOneElement()
119 …mxTextRange->getStart(), uno::Reference< util::XSearchDescriptor >( mxPropertyReplace, uno::UNO_QU… in FindOneElement()
124 …( mxTextRange->getEnd(), uno::Reference< util::XSearchDescriptor >( mxPropertyReplace, uno::UNO_QU… in FindOneElement()
158 … mxReplaceable->findAll( uno::Reference< util::XSearchDescriptor >( mxPropertyReplace, uno::UNO_QU… in SearchReplace()
191 return mxPropertyReplace->getSearchString(); in getText()
196 mxPropertyReplace->setSearchString( _text ); in setText()
201 …o::Reference< word::XReplacement >( new SwVbaReplacement( this, mxContext, mxPropertyReplace ) ) ); in getReplacement()
212mxPropertyReplace->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchBackwards")… in getForward()
219mxPropertyReplace->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchBackwards")… in setForward()
236 return mxPropertyReplace->getValueSearch(); in getFormat()
241 mxPropertyReplace->setValueSearch( _format ); in setFormat()
247mxPropertyReplace->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchCaseSensiti… in getMatchCase()
253mxPropertyReplace->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchCaseSensiti… in setMatchCase()
259mxPropertyReplace->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchWords") ) )… in getMatchWholeWord()
265mxPropertyReplace->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchWords") ), … in setMatchWholeWord()
271mxPropertyReplace->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchRegularExpr… in getMatchWildcards()
277mxPropertyReplace->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchRegularExpr… in setMatchWildcards()
283mxPropertyReplace->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarity"… in getMatchSoundsLike()
290mxPropertyReplace->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarity"… in setMatchSoundsLike()
296mxPropertyReplace->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarity"… in getMatchAllWordForms()
298mxPropertyReplace->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarityR… in getMatchAllWordForms()
305mxPropertyReplace->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarity"… in setMatchAllWordForms()
306mxPropertyReplace->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarityR… in setMatchAllWordForms()
403 mxPropertyReplace->setSearchAttributes( aSearchAttribs ); in ClearFormatting()