Lines Matching refs:mpSortContext
111 ShapeSortContext* mpSortContext; member
156 mpImpl->mpSortContext = 0; in XMLShapeImportHelper()
1147 mpImpl->mpSortContext = new ShapeSortContext( rShapes, mpImpl->mpSortContext ); in pushGroupForSorting()
1152 DBG_ASSERT( mpImpl->mpSortContext, "No context to sort!" ); in popGroupAndSort()
1153 if( mpImpl->mpSortContext == NULL ) in popGroupAndSort()
1158 list<ZOrderHint>& rZList = mpImpl->mpSortContext->maZOrderList; in popGroupAndSort()
1159 list<ZOrderHint>& rUnsortedList = mpImpl->mpSortContext->maUnsortedList; in popGroupAndSort()
1172 sal_Int32 nCount = mpImpl->mpSortContext->mxShapes->getCount(); in popGroupAndSort()
1219 mpImpl->mpSortContext->moveShape( aGapHint.nIs, nIndex++ ); in popGroupAndSort()
1223 mpImpl->mpSortContext->moveShape( (*aIter).nIs, nIndex ); in popGroupAndSort()
1236 ShapeSortContext* pContext = mpImpl->mpSortContext; in popGroupAndSort()
1237 mpImpl->mpSortContext = pContext->mpParentContext; in popGroupAndSort()
1243 if( mpImpl->mpSortContext) in shapeWithZIndexAdded()
1246 aNewHint.nIs = mpImpl->mpSortContext->mnCurrentZ++; in shapeWithZIndexAdded()
1252 mpImpl->mpSortContext->maUnsortedList.push_back(aNewHint); in shapeWithZIndexAdded()
1257 mpImpl->mpSortContext->maZOrderList.push_back(aNewHint); in shapeWithZIndexAdded()