Searched refs:SearchContext_impl (Results 1 – 1 of 1) sorted by relevance
63 class SearchContext_impl class67 SearchContext_impl* mpParent;70 …SearchContext_impl( uno::Reference< drawing::XShapes > xShapes, SearchContext_impl* pParent = NUL… in SearchContext_impl() function in SearchContext_impl91 SearchContext_impl* getParent() const { return mpParent; } in getParent()127 SearchContext_impl* pContext = NULL; in replaceAll()136 pContext = new SearchContext_impl( xShapes ); in replaceAll()172 pContext = new SearchContext_impl( xGroupShape, pContext ); in replaceAll()189 SearchContext_impl* pOldContext = pContext; in replaceAll()231 SearchContext_impl* pContext = NULL; in findAll()239 pContext = new SearchContext_impl( xShapes ); in findAll()[all …]
Completed in 18 milliseconds