Lines Matching refs:mpImpl

155 	mpImpl = new XMLShapeImportHelperImpl();  in XMLShapeImportHelper()
156 mpImpl->mpSortContext = 0; in XMLShapeImportHelper()
159 mpImpl->mbHandleProgressBar = sal_False; in XMLShapeImportHelper()
193 mpImpl->mbIsPresentationShapesSupported = xInfo.is() && xInfo->supportsService( aSName ); in XMLShapeImportHelper()
200 …DBG_ASSERT( mpImpl->maConnections.empty(), "XMLShapeImportHelper::restoreConnections() was not cal… in ~XMLShapeImportHelper()
258 delete mpImpl; 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()
1273 mpImpl->maConnections.push_back( aHint ); in addShapeConnection()
1278 if( !mpImpl->maConnections.empty() ) in restoreConnections()
1282 const vector<ConnectionHint>::size_type nCount = mpImpl->maConnections.size(); in restoreConnections()
1285 ConnectionHint& rHint = mpImpl->maConnections[i]; in restoreConnections()
1321 mpImpl->maConnections.clear(); in restoreConnections()
1456 mpImpl->mbHandleProgressBar = bEnable; in enableHandleProgressBar()
1461 return mpImpl->mbHandleProgressBar; in IsHandleProgressBarEnabled()
1467 return mpImpl->mbIsPresentationShapesSupported; in IsPresentationShapesSupported()