Home
last modified time | relevance | path

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

/aoo42x/main/sot/source/sdstor/
H A Dstgcache.cxx148 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 Dstgstrms.cxx78 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 Dstgstrms.hxx55 sal_Int32 GetNextPage( sal_Int32 nPg );
/aoo42x/main/svx/source/engine3d/
H A Dview3d.cxx435 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()
/aoo42x/main/svx/source/svdraw/
H A Dsvdxcgv.cxx350 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()
/aoo42x/main/sw/source/core/layout/
H A Dpagechg.cxx1678 const sal_uInt16 nPg = rAnch.GetPageNum(); in AssertPageFlys() local
1680 nPg != pPage->GetPhyPageNum() ) in AssertPageFlys()
1685 if( nPg && !(pPage->GetPhyPageNum()-1 == nPg && in AssertPageFlys()
/aoo42x/main/sd/source/filter/eppt/
H A Deppt.hxx426 TextRuleEntry( int nPg ) : in TextRuleEntry()
427 nPageNumber( nPg ), in TextRuleEntry()
/aoo42x/main/sw/source/ui/uiview/
H A Dview2.cxx187 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 67 milliseconds