Lines Matching refs:SdUnoSearchReplaceDescriptor
112 return new SdUnoSearchReplaceDescriptor(sal_True); in createReplaceDescriptor()
118 SdUnoSearchReplaceDescriptor* pDescr = SdUnoSearchReplaceDescriptor::getImplementation( xDesc ); in replaceAll()
210 return new SdUnoSearchReplaceDescriptor(sal_False); in createSearchDescriptor()
216 SdUnoSearchReplaceDescriptor* pDescr = SdUnoSearchReplaceDescriptor::getImplementation( xDesc ); in findAll()
358 SdUnoSearchReplaceDescriptor* pDescr = SdUnoSearchReplaceDescriptor::getImplementation( xDesc ); in findNext()
471 …laceShape::Search( uno::Reference< text::XTextRange > xText, SdUnoSearchReplaceDescriptor* pDescr… in Search()
641 …st OUString& rText, sal_Int32& nStartPos, sal_Int32& nEndPos, SdUnoSearchReplaceDescriptor* pDescr… in Search()
718 UNO3_GETIMPLEMENTATION_IMPL( SdUnoSearchReplaceDescriptor );
720 SdUnoSearchReplaceDescriptor::SdUnoSearchReplaceDescriptor( sal_Bool bReplace ) throw() in SdUnoSearchReplaceDescriptor() function in SdUnoSearchReplaceDescriptor
731 SdUnoSearchReplaceDescriptor::~SdUnoSearchReplaceDescriptor() throw() in ~SdUnoSearchReplaceDescriptor()
737 OUString SAL_CALL SdUnoSearchReplaceDescriptor::getSearchString() in getSearchString()
743 void SAL_CALL SdUnoSearchReplaceDescriptor::setSearchString( const OUString& aString ) in setSearchString()
750 OUString SAL_CALL SdUnoSearchReplaceDescriptor::getReplaceString() in getReplaceString()
756 void SAL_CALL SdUnoSearchReplaceDescriptor::setReplaceString( const ::rtl::OUString& aReplaceString… in setReplaceString()
763 uno::Reference< ::com::sun::star::beans::XPropertySetInfo > SAL_CALL SdUnoSearchReplaceDescriptor::… in getPropertySetInfo()
770 void SAL_CALL SdUnoSearchReplaceDescriptor::setPropertyValue( const ::rtl::OUString& aPropertyName,… in setPropertyValue()
798 uno::Any SAL_CALL SdUnoSearchReplaceDescriptor::getPropertyValue( const ::rtl::OUString& PropertyNa… in getPropertyValue()
825 void SAL_CALL SdUnoSearchReplaceDescriptor::addPropertyChangeListener( const ::rtl::OUString& , con… in addPropertyChangeListener()
826 void SAL_CALL SdUnoSearchReplaceDescriptor::removePropertyChangeListener( const ::rtl::OUString& , … in removePropertyChangeListener()
827 void SAL_CALL SdUnoSearchReplaceDescriptor::addVetoableChangeListener( const ::rtl::OUString& , con… in addVetoableChangeListener()
828 void SAL_CALL SdUnoSearchReplaceDescriptor::removeVetoableChangeListener( const ::rtl::OUString& , … in removeVetoableChangeListener()