Lines Matching refs:SearchContext_impl
63 class SearchContext_impl class
67 SearchContext_impl* mpParent;
70 …SearchContext_impl( uno::Reference< drawing::XShapes > xShapes, SearchContext_impl* pParent = NUL… in SearchContext_impl() function in SearchContext_impl
91 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()
283 pContext = new SearchContext_impl( xGroupShape, pContext ); in findAll()
300 SearchContext_impl* pOldContext = pContext; in findAll()