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()
212 …mxPropertyReplace->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchBackwards")… in getForward()
219 …mxPropertyReplace->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchBackwards")… in setForward()
236 return mxPropertyReplace->getValueSearch(); in getFormat()
241 mxPropertyReplace->setValueSearch( _format ); in setFormat()
247 …mxPropertyReplace->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchCaseSensiti… in getMatchCase()
253 …mxPropertyReplace->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchCaseSensiti… in setMatchCase()
259 …mxPropertyReplace->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchWords") ) )… in getMatchWholeWord()
265 …mxPropertyReplace->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchWords") ), … in setMatchWholeWord()
271 …mxPropertyReplace->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchRegularExpr… in getMatchWildcards()
277 …mxPropertyReplace->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchRegularExpr… in setMatchWildcards()
283 …mxPropertyReplace->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarity"… in getMatchSoundsLike()
290 …mxPropertyReplace->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarity"… in setMatchSoundsLike()
296 …mxPropertyReplace->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarity"… in getMatchAllWordForms()
298 …mxPropertyReplace->getPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarityR… in getMatchAllWordForms()
305 …mxPropertyReplace->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarity"… in setMatchAllWordForms()
306 …mxPropertyReplace->setPropertyValue( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("SearchSimilarityR… in setMatchAllWordForms()
403 mxPropertyReplace->setSearchAttributes( aSearchAttribs ); in ClearFormatting()