Searched refs:bAlloc (Results 1 – 6 of 6) sorted by relevance
136 void ScCopyPage( sal_uInt16 nOldPos, sal_uInt16 nNewPos, sal_Bool bAlloc );
110 void Reset( const ScPatternAttr* pPattern, sal_Bool bAlloc = sal_True );
421 void ScDrawLayer::ScCopyPage( sal_uInt16 nOldPos, sal_uInt16 nNewPos, sal_Bool bAlloc ) in ScCopyPage() argument429 SdrPage* pNewPage = bAlloc ? AllocPage(sal_False) : GetPage(nNewPos); in ScCopyPage()458 if (bAlloc) in ScCopyPage()
130 void ScAttrArray::Reset( const ScPatternAttr* pPattern, sal_Bool bAlloc ) in Reset() argument169 if (bAlloc) in Reset()
256 void SetAllocDocSh(sal_Bool bAlloc);
1235 void SdDrawDocument::SetAllocDocSh(sal_Bool bAlloc) in SetAllocDocSh() argument1237 mbAllocDocSh = bAlloc; in SetAllocDocSh()
Completed in 61 milliseconds