Home
last modified time | relevance | path

Searched refs:mpSortContext (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/xmloff/source/draw/
H A Dshapeimport.cxx111 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()
[all …]