Home
last modified time | relevance | path

Searched refs:nPageNum (Results 1 – 25 of 123) sorted by relevance

12345

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Dtabcontr.cxx235 sal_uInt16 nPageNum = nPageId; in ExecuteDrop() local
236 if ((nPageNumOfCopy <= nPageNum) && (nPageNum != sal_uInt16(-1))) in ExecuteDrop()
237 nPageNum += 1; in ExecuteDrop()
238 if (pDoc->MovePages(nPageNum)) in ExecuteDrop()
243 if (nPageNumOfCopy >= nPageNum || (nPageNum == sal_uInt16(-1))) in ExecuteDrop()
244 nPageNum += 1; in ExecuteDrop()
245 SetCurPageId (GetPageId(nPageNum)); in ExecuteDrop()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Dtabcontr.cxx239 sal_uInt16 nPageNum = nPageId; in ExecuteDrop() local
240 if ((nPageNumOfCopy <= nPageNum) && (nPageNum != sal_uInt16(-1))) in ExecuteDrop()
241 nPageNum += 1; in ExecuteDrop()
242 if (pDoc->MovePages(nPageNum)) in ExecuteDrop()
247 if (nPageNumOfCopy >= nPageNum || (nPageNum == sal_uInt16(-1))) in ExecuteDrop()
248 nPageNum += 1; in ExecuteDrop()
249 SetCurPageId (GetPageId(nPageNum)); in ExecuteDrop()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/eppt/
H A Dpptx-epptbase.cxx333 if ( !GetPageByIndex( nPageNum, NORMAL ) ) in CreateSlide()
376 if ( !GetPageByIndex( nPageNum, NOTICE ) ) in CreateNotes()
380 ImplWriteNotes( nPageNum ); in CreateNotes()
387 if ( !GetPageByIndex( nPageNum, MASTER ) ) in CreateSlideMaster()
389 SetCurrentStyleSheet( nPageNum ); in CreateSlideMaster()
468 if ( nPageNum >= maStyleSheetList.size() ) in SetCurrentStyleSheet()
469 nPageNum = 0; in SetCurrentStyleSheet()
477 sal_uInt32 nPageNum; in GetStyleSheets() local
479 for ( nPageNum = 0; nPageNum < mnMasterPages; nPageNum++ ) in GetStyleSheets()
498 SetCurrentStyleSheet( nPageNum ); in GetStyleSheets()
[all …]
H A Dpptx-epptooxml.cxx1136 bool PowerPointExport::WriteComments(sal_uInt32 nPageNum) in WriteComments() argument
1224 if (nPageNum == 0) in ImplWriteSlide()
1238 if (nPageNum == mnPages - 1) in ImplWriteSlide()
1247 mpSlidesFSArray[ nPageNum ] = pFS; in ImplWriteSlide()
1284 if (WriteComments(nPageNum)) in ImplWriteSlide()
1302 OUString::number(nPageNum + 1) + in ImplWriteNotes()
1322 if (nPageNum < mpSlidesFSArray.size()) in ImplWriteNotes()
1352 if (nPageNum == 0) in ImplWriteSlideMaster()
1363 if (nPageNum == mnMasterPages - 1) in ImplWriteSlideMaster()
1372 WriteTheme(nPageNum); in ImplWriteSlideMaster()
[all …]
H A Depptooxml.hxx83 virtual void ImplWriteSlide( sal_uInt32 nPageNum, sal_uInt32 nMasterNum, sal_uInt16 nMode,
85 virtual void ImplWriteNotes( sal_uInt32 nPageNum ) override;
86 …virtual void ImplWriteSlideMaster( sal_uInt32 nPageNum, css::uno::Reference< css::beans::XProperty…
97 bool WriteComments( sal_uInt32 nPageNum );
H A Depptbase.hxx362 virtual void ImplWriteNotes( sal_uInt32 nPageNum ) = 0;
394 void SetCurrentStyleSheet( sal_uInt32 nPageNum );
403 bool CreateSlide( sal_uInt32 nPageNum );
404 bool CreateSlideMaster( sal_uInt32 nPageNum );
405 bool CreateNotes( sal_uInt32 nPageNum );
H A Deppt.hxx213 … virtual void ImplWriteSlide( sal_uInt32 nPageNum, sal_uInt32 nMasterID, sal_uInt16 nMode,
215 virtual void ImplWriteNotes( sal_uInt32 nPageNum ) override;
216 …virtual void ImplWriteSlideMaster( sal_uInt32 nPageNum, css::uno::Reference< css::beans::XP…
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/eppt/
H A Dpptx-epptbase.cxx331 if ( !GetPageByIndex( nPageNum, NORMAL ) ) in CreateSlide()
374 if ( !GetPageByIndex( nPageNum, NOTICE ) ) in CreateNotes()
378 ImplWriteNotes( nPageNum ); in CreateNotes()
385 if ( !GetPageByIndex( nPageNum, MASTER ) ) in CreateSlideMaster()
387 SetCurrentStyleSheet( nPageNum ); in CreateSlideMaster()
468 if ( nPageNum >= maStyleSheetList.size() ) in SetCurrentStyleSheet()
469 nPageNum = 0; in SetCurrentStyleSheet()
477 sal_uInt32 nPageNum; in GetStyleSheets() local
479 for ( nPageNum = 0; nPageNum < mnMasterPages; nPageNum++ ) in GetStyleSheets()
498 SetCurrentStyleSheet( nPageNum ); in GetStyleSheets()
[all …]
H A Dpptx-epptooxml.cxx979 bool PowerPointExport::WriteComments(sal_uInt32 nPageNum) in WriteComments() argument
1070 if (nPageNum == 0) in ImplWriteSlide()
1086 if (nPageNum == mnPages - 1) in ImplWriteSlide()
1098 mpSlidesFSArray[ nPageNum ] = pFS; in ImplWriteSlide()
1137 if (WriteComments(nPageNum)) in ImplWriteSlide()
1150 void PowerPointExport::ImplWriteNotes(sal_uInt32 nPageNum) in ImplWriteNotes() argument
1184 if (nPageNum < mpSlidesFSArray.size()) in ImplWriteNotes()
1222 if (nPageNum == 0) in ImplWriteSlideMaster()
1237 if (nPageNum == mnMasterPages - 1) in ImplWriteSlideMaster()
1249 WriteTheme(nPageNum); in ImplWriteSlideMaster()
[all …]
H A Depptooxml.hxx86 virtual void ImplWriteSlide( sal_uInt32 nPageNum, sal_uInt32 nMasterNum, sal_uInt16 nMode,
88 virtual void ImplWriteNotes( sal_uInt32 nPageNum ) override;
89 …virtual void ImplWriteSlideMaster( sal_uInt32 nPageNum, css::uno::Reference< css::beans::XProperty…
100 bool WriteComments( sal_uInt32 nPageNum );
H A Depptbase.hxx364 virtual void ImplWriteNotes( sal_uInt32 nPageNum ) = 0;
396 void SetCurrentStyleSheet( sal_uInt32 nPageNum );
405 bool CreateSlide( sal_uInt32 nPageNum );
406 bool CreateSlideMaster( sal_uInt32 nPageNum );
407 bool CreateNotes( sal_uInt32 nPageNum );
H A Deppt.hxx213 … virtual void ImplWriteSlide( sal_uInt32 nPageNum, sal_uInt32 nMasterID, sal_uInt16 nMode,
215 virtual void ImplWriteNotes( sal_uInt32 nPageNum ) override;
216 …virtual void ImplWriteSlideMaster( sal_uInt32 nPageNum, css::uno::Reference< css::beans::XP…
/dports/graphics/podofo/podofo-0.9.7/src/podofo/doc/
H A DPdfPagesTree.cpp315 PdfObject* PdfPagesTree::GetPageNode( int nPageNum, PdfObject* pParent, in GetPageNode() argument
341 if( static_cast<int>(numKids) <= nPageNum ) in GetPageNode()
345 nPageNum, static_cast<int>(numKids) ); in GetPageNode()
364 nPageNum, (*it).GetDataTypeString()); in GetPageNode()
379 if( childCount < nPageNum + 1 ) // Pages are 0 based, but count is not in GetPageNode()
383 nPageNum -= childCount; in GetPageNode()
403 return this->GetPageNode( nPageNum, pChild, rLstParents ); in GetPageNode()
408 if( 0 == nPageNum ) in GetPageNode()
416 if(nPageNum > 0 ) in GetPageNode()
417 nPageNum--; in GetPageNode()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uitest/
H A Duiobject.cxx40 sal_uInt16 nPageNum = 0; in get_state() local
43 rWrtShell.GetPageNum(nPageNum, nVirtPageNum); in get_state()
44 aMap["CurrentPage"] = OUString::number(nPageNum); in get_state()
45 rWrtShell.GetPageNum(nPageNum, nVirtPageNum, false); in get_state()
46 aMap["TopVisiblePage"] = OUString::number(nPageNum); in get_state()
/dports/security/botan110/Botan-1.10.17/src/wrap/sqlite/
H A Dcodecext.c44 void* sqlite3Codec(void *pCodec, void *data, Pgno nPageNum, int nMode) in sqlite3Codec() argument
55 Decrypt(pCodec, nPageNum, (unsigned char*) data); in sqlite3Codec()
59 data = Encrypt(pCodec, nPageNum, (unsigned char*) data, 1); in sqlite3Codec()
72 data = Encrypt(pCodec, nPageNum, (unsigned char*) data, 0); in sqlite3Codec()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddoc.cxx650 sal_uInt16 nPageNum = 1; in CalculateNonBlankPages() local
660 ++nPageNum; in CalculateNonBlankPages()
688 sal_Int32 nPageNum = 1, nUIPageNum = 1; in CalculatePagesForPrinting() local
690 while (pStPage && nPageNum <= nDocPageCount) in CalculatePagesForPrinting()
700 rValidPages.insert( nPageNum ); in CalculatePagesForPrinting()
708 ++nPageNum; in CalculatePagesForPrinting()
848 sal_Int32 nPageNum = 0; in UpdatePagesForPrintingWithPostItData() local
852 ++nPageNum; in UpdatePagesForPrintingWithPostItData()
938 sal_Int32 nPageNum = 0; in CalculatePagePairsForProspectPrinting() local
942 ++nPageNum; in CalculatePagePairsForProspectPrinting()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddoc.cxx661 sal_uInt16 nPageNum = 1; in CalculateNonBlankPages() local
671 ++nPageNum; in CalculateNonBlankPages()
699 sal_Int32 nPageNum = 1, nUIPageNum = 1; in CalculatePagesForPrinting() local
701 while (pStPage && nPageNum <= nDocPageCount) in CalculatePagesForPrinting()
711 rValidPages.insert( nPageNum ); in CalculatePagesForPrinting()
719 ++nPageNum; in CalculatePagesForPrinting()
860 sal_Int32 nPageNum = 0; in UpdatePagesForPrintingWithPostItData() local
864 ++nPageNum; in UpdatePagesForPrintingWithPostItData()
952 sal_Int32 nPageNum = 0; in CalculatePagePairsForProspectPrinting() local
956 ++nPageNum; in CalculatePagePairsForProspectPrinting()
[all …]
/dports/emulators/xsystem35/xsystem35-1.7.3-pre5/src/
H A Dcmdv.c93 static int nPageNum; variable
142 nPageNum = getCaliValue(); in commandVC()
190 if (nPage >= nPageNum) { in commandVP()
213 if (nPage >= nPageNum) { in commandVS()
263 if (nPage >= nPageNum) { in commandVG()
307 if (nPage >= nPageNum) { in commandVH()
417 for (i = 0; i < nPageNum; i++) { in commandVF()
467 if (nPage >= nPageNum) { in commandVR()
497 if (nPage >= nPageNum) { in commandVW()
535 for (i = 0; i < nPageNum; i++) { in commandVE()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uitest/
H A Duiobject.cxx46 sal_uInt16 nPageNum = 0; in get_state() local
49 rWrtShell.GetPageNum(nPageNum, nVirtPageNum); in get_state()
50 aMap["CurrentPage"] = OUString::number(nPageNum); in get_state()
51 rWrtShell.GetPageNum(nPageNum, nVirtPageNum, false); in get_state()
52 aMap["TopVisiblePage"] = OUString::number(nPageNum); in get_state()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/annotations/
H A Dannotationmanager.cxx1150 sal_uInt16 nPageNum = (pPage->GetPageNum() - 1) >> 1; in GetNextPage() local
1157 if( nPageNum >= mpDoc->GetSdPageCount(PageKind::Standard)-1 ) in GetNextPage()
1162 nPageNum++; in GetNextPage()
1166 if( nPageNum == 0 ) in GetNextPage()
1169 nPageNum--; in GetNextPage()
1171 return mpDoc->GetSdPage(nPageNum, PageKind::Standard); in GetNextPage()
1177 if( nPageNum >= mpDoc->GetMasterSdPageCount(PageKind::Standard)-1 ) in GetNextPage()
1181 nPageNum++; in GetNextPage()
1185 if( nPageNum == (mpDoc->GetDocumentType() == DocumentType::Impress ? 0 : 1) ) in GetNextPage()
1191 nPageNum--; in GetNextPage()
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/lib/wxsqlite3/sqlite3/secure/src/
H A Dcodecext.c30 void* sqlite3Codec(void* pCodecArg, void* data, Pgno nPageNum, int nMode) in sqlite3Codec() argument
53 CodecDecrypt(codec, nPageNum, (unsigned char*) data, pageSize); in sqlite3Codec()
63 CodecEncrypt(codec, nPageNum, (unsigned char*) data, pageSize, 1); in sqlite3Codec()
81 CodecEncrypt(codec, nPageNum, (unsigned char*) data, pageSize, 0); in sqlite3Codec()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/annotations/
H A Dannotationmanager.cxx1246 sal_uInt16 nPageNum = (pPage->GetPageNum() - 1) >> 1; in GetNextPage() local
1253 if( nPageNum >= mpDoc->GetSdPageCount(PageKind::Standard)-1 ) in GetNextPage()
1258 nPageNum++; in GetNextPage()
1262 if( nPageNum == 0 ) in GetNextPage()
1265 nPageNum--; in GetNextPage()
1267 return mpDoc->GetSdPage(nPageNum, PageKind::Standard); in GetNextPage()
1273 if( nPageNum >= mpDoc->GetMasterSdPageCount(PageKind::Standard)-1 ) in GetNextPage()
1277 nPageNum++; in GetNextPage()
1281 if( nPageNum == (mpDoc->GetDocumentType() == DocumentType::Impress ? 0 : 1) ) in GetNextPage()
1287 nPageNum--; in GetNextPage()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Drootfrm.hxx305 sal_uInt16 SetCurrPage( SwCursor*, sal_uInt16 nPageNum );
306 Point GetPagePos( sal_uInt16 nPageNum ) const;
312 bool IsDummyPage( sal_uInt16 nPageNum ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Drootfrm.hxx313 sal_uInt16 SetCurrPage( SwCursor*, sal_uInt16 nPageNum );
314 Point GetPagePos( sal_uInt16 nPageNum ) const;
320 bool IsDummyPage( sal_uInt16 nPageNum ) const;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dlayhelp.hxx210 sal_uInt16 nPageNum; ///< page number member in SwFlyCache
212 SwRect( nXL, nYL, nWL, nHL ), nOrdNum( nO ), nPageNum( nP ){} in SwFlyCache()

12345