Home
last modified time | relevance | path

Searched refs:nPages (Results 1 – 25 of 44) sorted by path

12

/trunk/main/basctl/source/basicide/
H A Dbaside2.cxx107 void lcl_PrintHeader( Printer* pPrinter, sal_uInt16 nPages, sal_uInt16 nCurPage, const String& rTit… in lcl_PrintHeader() argument
143 if ( nPages != 1 ) in lcl_PrintHeader()
991 sal_uInt16 nPages = (sal_uInt16) (nParas/nLinespPage+1 ); in FormatAndPrint() local
995 lcl_PrintHeader( pPrinter, nPages, nCurPage, aTitle, nPrintPage == 0 ); in FormatAndPrint()
1009 lcl_PrintHeader( pPrinter, nPages, nCurPage, aTitle, nCurPage-1 == nPrintPage ); in FormatAndPrint()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx710 … ImpCanDeleteSelectedPages( OutlinerView* pCurView, sal_uInt16 nFirstPage, sal_uInt16 nPages );
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx1872 …ner::ImpCanDeleteSelectedPages( OutlinerView* pCurView, sal_uInt16 _nFirstPage, sal_uInt16 nPages ) in ImpCanDeleteSelectedPages() argument
1876 nDepthChangedHdlPrevDepth = nPages; in ImpCanDeleteSelectedPages()
H A Doutlvw.cxx1156 sal_uInt16 nPages = 0; in ImpCalcSelectedPages() local
1167 nPages++; in ImpCalcSelectedPages()
1173 if( nPages ) in ImpCalcSelectedPages()
1175 pOwner->nDepthChangedHdlPrevDepth = nPages; in ImpCalcSelectedPages()
1180 return nPages; in ImpCalcSelectedPages()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DJPEGComparator.java210 int nPages = aIniFile.getIntValue(sSectionName, "pages", 0); in checkOneFile() local
214 for (int i = 1; i <= nPages; i++) in checkOneFile()
255 int nPages = aResultIniFile.getIntValue("global", "pages", 0); in evaluateResult() local
256 for (int i = 0; i < nPages; i++) in evaluateResult()
276 assure("Error: document doesn't contains pages", nPages > 0); in evaluateResult()
282 String sStatusMessage = "From " + nPages + " page(s) are: "; in evaluateResult()
H A DJPEGCreator.java68 int nPages = countPages(sJPEGNameSchema); in checkOneFile() local
69 if (nPages > 0) in checkOneFile()
93 aIniFile.insertValue(sBasename, "pages", nPages); in checkOneFile()
117 int nPages = 0; in createSmallPictures() local
128 nPages ++; in createSmallPictures()
370 int nPages = countPages(sJPEGNameSchema); in createJPEGsFromPostscript() local
371 if (nPages == 0) in createJPEGsFromPostscript()
407 int nPages = 0; in countPages() local
417 nPages ++; in countPages()
425 return nPages; in countPages()
/trunk/main/sc/source/core/data/
H A Dattrib.cxx1244 void lclAppendScalePageCount( String& rText, sal_uInt16 nPages ) in lclAppendScalePageCount() argument
1247 if( nPages ) in lclAppendScalePageCount()
1250 aPages.SearchAndReplaceAscii( "%1", String::CreateFromInt32( nPages ) ); in lclAppendScalePageCount()
/trunk/main/sc/source/filter/excel/
H A Dxepage.cxx238 … sal_uInt16 nPages = GETITEMVALUE( rItemSet, SfxUInt16Item, ATTR_PAGE_SCALETOPAGES, sal_uInt16 ); in XclExpPageSettings() local
248 else if( ScfTools::CheckItem( rItemSet, ATTR_PAGE_SCALETOPAGES, false ) && nPages ) in XclExpPageSettings()
251 maData.mnFitToHeight = nPages; in XclExpPageSettings()
/trunk/main/sc/source/ui/app/
H A Dclient.cxx72 sal_uInt16 nPages = pModel->GetPageCount(); in GetDrawObj() local
73 for (sal_uInt16 nPNr=0; nPNr<nPages && !pOle2Obj; nPNr++) in GetDrawObj()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx1378 void ScDocShell::SetPrintZoom( SCTAB nTab, sal_uInt16 nScale, sal_uInt16 nPages ) in SetPrintZoom() argument
1395 this, nTab, nOldScale, nOldPages, nScale, nPages ) ); in SetPrintZoom()
1399 rSet.Put( SfxUInt16Item( ATTR_PAGE_SCALETOPAGES, nPages ) ); in SetPrintZoom()
/trunk/main/sc/source/ui/inc/
H A Ddocsh.hxx271 void SetPrintZoom( SCTAB nTab, sal_uInt16 nScale, sal_uInt16 nPages );
H A Dpfuncache.hxx98 long nPages[MAXTABCOUNT]; member in ScPrintFuncCache
H A Dpreview.hxx46 long nPages[MAXTABCOUNT]; member in ScPreview
H A Dviewfunc.hxx231 void SetPrintZoom(sal_uInt16 nScale, sal_uInt16 nPages);
/trunk/main/sc/source/ui/pagedlg/
H A Dtptable.cxx261 sal_uInt16 nPages = ((const SfxUInt16Item&)rCoreSet.Get(nWhich)).GetValue(); in Reset() local
262 if( nPages > 0 ) in Reset()
264 aEdScalePageNum.SetValue( (nPages > 0) ? nPages : 1 ); in Reset()
/trunk/main/sc/source/ui/undo/
H A Dundocell.cxx632 sal_uInt16 nPages = bUndo ? nOldPages : nNewPages; in DoChange() local
643 rSet.Put( SfxUInt16Item( ATTR_PAGE_SCALETOPAGES, nPages ) ); in DoChange()
H A Dundoolk.cxx66 SCTAB nPages = static_cast<SCTAB>(pDrawLayer->GetPageCount()); in DoSdrUndoAction() local
67 while ( nPages < nTabCount ) in DoSdrUndoAction()
69 pDrawLayer->ScAddPage( nPages ); in DoSdrUndoAction()
70 ++nPages; in DoSdrUndoAction()
/trunk/main/sc/source/ui/unoobj/
H A Ddocuno.cxx970 sal_Int32 nPages = pPrintFuncCache->GetPageCount(); in getRendererCount() local
972 sal_Int32 nSelectCount = nPages; in getRendererCount()
976 aPageRanges.SetTotalRange( Range( 1, nPages ) ); in getRendererCount()
H A Dstyleuno.cxx1894 sal_Int16 nPages = 0; in SetOnePropertyValueWithoutUpdate() local
1895 if (*pValue >>= nPages) in SetOnePropertyValueWithoutUpdate()
1899 aItem.SetWidth(static_cast<sal_uInt16>(nPages)); in SetOnePropertyValueWithoutUpdate()
1901 aItem.SetHeight(static_cast<sal_uInt16>(nPages)); in SetOnePropertyValueWithoutUpdate()
/trunk/main/sc/source/ui/view/
H A Ddrawvie4.cxx106 sal_uInt16 nPages = pModel->GetPageCount();
107 for (SCTAB nTab=0; nTab<nPages; nTab++)
H A Dpfuncache.cxx83 nPages[nTab] = nThisTab; in ScPrintFuncCache()
119 for ( long nPage=0; nPage<nPages[nTab]; nPage++ ) in InitLocations()
137 nTabStart += nPages[nTab]; in InitLocations()
168 while ( nTab < nTabCount && nPage >= nPages[nTab] ) in GetTabForPage()
169 nPage -= nPages[nTab++]; in GetTabForPage()
177 nRet += nPages[i]; in GetTabStart()
192 nDisplayStart += nPages[i]; in GetDisplayStart()
H A Dpreview.cxx200 while (nTab > 0 && !nPages[nTab]) // letzte nicht leere Tabelle in TestLastPage()
202 DBG_ASSERT(nPages[nTab],"alle Tabellen leer?"); in TestLastPage()
203 nTabPage = nPages[nTab] - 1; in TestLastPage()
206 nTabStart += nPages[i]; in TestLastPage()
209 nDisplayStart = lcl_GetDisplayStart( nTab, pDoc, nPages ); in TestLastPage()
259 nPages[i] = nThisTab; in CalcPages()
274 nDisplayStart = lcl_GetDisplayStart( nTab, pDoc, nPages ); in CalcPages()
312 nPartPages += nPages[i]; in RecalcPages()
325 nDisplayStart = lcl_GetDisplayStart( nTab, pDoc, nPages ); in RecalcPages()
736 nPage += nPages[i]; in GetFirstPage()
[all …]
H A Dprintfun.cxx2495 long nPages = 0; in CountPages() local
2507 nPages += maPageRows[nY].CountVisible(); in CountPages()
2510 nPages += ((long) nPagesX) * nPagesY; in CountPages()
2522 nPages += maPageRows[nY].CountVisible(); in CountPages()
2525 nPages += ((long) nPagesX) * nPagesY; in CountPages()
2529 return nPages; in CountPages()
2591 long nPages = 0; in CountNotePages() local
2596 nNoteAdd = PrintNotes( nPages, nNoteNr, sal_False, NULL ); in CountNotePages()
2600 ++nPages; in CountNotePages()
2605 return nPages; in CountNotePages()
H A Dtabvwsha.cxx305 sal_uInt16 nPages = ((const SfxUInt16Item&) in GetState() local
307 if ( nScale == 100 && nPages == 0 ) in GetState()
H A Dviewfun2.cxx933 void ScViewFunc::SetPrintZoom(sal_uInt16 nScale, sal_uInt16 nPages) in SetPrintZoom() argument
937 pDocSh->SetPrintZoom( nTab, nScale, nPages ); in SetPrintZoom()

Completed in 228 milliseconds

12