Searched refs:nPg (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sot/source/sdstor/ |
H A D | stgcache.cxx | 148 StgPage* StgCache::Create( sal_Int32 nPg ) in Create() argument 151 pElem->nPage = nPg; in Create() 433 sal_Bool StgCache::Read( sal_Int32 nPage, void* pBuf, sal_Int32 nPg ) in Read() argument 446 sal_Int32 nPg2 = ( ( nPage + nPg ) > nPages ) ? nPages - nPage : nPg; in Read() 452 nPg2 = nPg; in Read() 463 if ( nPg != nPg2 ) in Read() 472 sal_Bool StgCache::Write( sal_Int32 nPage, void* pBuf, sal_Int32 nPg ) in Write() argument 478 if ( SAL_MAX_INT32 / nPg > nPageSize ) in Write() 479 nBytes = nPg * nPageSize; in Write()
|
H A D | stgstrms.cxx | 78 sal_Int32 StgFAT::GetNextPage( sal_Int32 nPg ) in GetNextPage() argument 80 if( nPg >= 0 ) in GetNextPage() 82 StgPage* pPg = GetPhysPage( nPg << 2 ); in GetNextPage() 83 nPg = pPg ? pPg->GetPage( nOffset >> 2 ) : STG_EOF; in GetNextPage() 85 return nPg; in GetNextPage() 666 sal_Int32 nPg = 0; in SetSize() local 668 nPg = GetPage( nOld, sal_True, &nMasterAlloc ); in SetSize() 669 if( nPg == STG_EOF ) in SetSize()
|
H A D | stgstrms.hxx | 55 sal_Int32 GetNextPage( sal_Int32 nPg );
|
/aoo41x/main/svx/source/engine3d/ |
H A D | view3d.cxx | 435 for(sal_uInt16 nPg(0); nPg < pNewModel->GetPageCount(); nPg++) in GetMarkedObjModel() local 437 const SdrPage* pSrcPg=pNewModel->GetPage(nPg); in GetMarkedObjModel() 493 for(sal_uInt16 nPg(0); nPg < rMod.GetPageCount(); nPg++) in Paste() local 495 const SdrPage* pSrcPg=rMod.GetPage(nPg); in Paste()
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdxcgv.cxx | 350 sal_uInt16 nPg,nPgAnz=pSrcMod->GetPageCount(); in Paste() local 351 for (nPg=0; nPg<nPgAnz; nPg++) in Paste() 353 const SdrPage* pSrcPg=pSrcMod->GetPage(nPg); in Paste()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | pagechg.cxx | 1678 const sal_uInt16 nPg = rAnch.GetPageNum(); in AssertPageFlys() local 1680 nPg != pPage->GetPhyPageNum() ) in AssertPageFlys() 1685 if( nPg && !(pPage->GetPhyPageNum()-1 == nPg && in AssertPageFlys()
|
/aoo41x/main/sd/source/filter/eppt/ |
H A D | eppt.hxx | 426 TextRuleEntry( int nPg ) : in TextRuleEntry() 427 nPageNumber( nPg ), in TextRuleEntry()
|
/aoo41x/main/sw/source/ui/uiview/ |
H A D | view2.cxx | 187 String SwView::GetPageStr( sal_uInt16 nPg, sal_uInt16 nLogPg, in GetPageStr() argument 196 if( nLogPg && nLogPg != nPg ) in GetPageStr() 199 aStr += String::CreateFromInt32(nPg); in GetPageStr()
|
Completed in 78 milliseconds