Home
last modified time | relevance | path

Searched refs:nPageSize (Results 26 – 40 of 40) sorted by relevance

12

/aoo42x/main/sc/source/filter/excel/
H A Dxlescher.cxx160 sal_uInt16 lclGetEmbeddedScale( long nPageSize, sal_Int32 nPageScale, long nPos, double fPosScale ) in lclGetEmbeddedScale() argument
162 return static_cast< sal_uInt16 >( nPos * fPosScale / nPageSize * nPageScale + 0.5 ); in lclGetEmbeddedScale()
/aoo42x/main/store/source/
H A Dstortree.cxx47 OStoreBTreeNodeData::OStoreBTreeNodeData (sal_uInt16 nPageSize) in OStoreBTreeNodeData() argument
48 : OStorePageData (nPageSize) in OStoreBTreeNodeData()
H A Dstorcach.hxx96 sal_uInt16 nPageSize
H A Dstortree.hxx164 explicit OStoreBTreeNodeData (sal_uInt16 nPageSize = self::thePageSize);
/aoo42x/main/sc/source/core/data/
H A Ddpoutput.cxx716 long nPageSize = 0; //! use page fields! in CalcSizes() local
719 nPageSize += nPageFieldCount + 1; // plus one empty row in CalcSizes()
721 ++nPageSize; // filter button above the page fields in CalcSizes()
725 aStartPos.Row() + nPageSize + nHeaderSize + nColFieldCount + nRowCount > MAXROW ) in CalcSizes()
731 nTabStartRow = aStartPos.Row() + (SCROW)nPageSize; // below page fields in CalcSizes()
/aoo42x/main/sw/source/filter/ww8/
H A Dwrtww8.cxx2402 sal_uInt32 nPageSize = 0; in GetTablePageSize() local
2437 if ( 0 == ( nPageSize = aRect.Width() ) ) in GetTablePageSize()
2440 nPageSize = pParentFmt->GetFrmSize().GetWidth() - rLR.GetLeft() in GetTablePageSize()
2446 nPageSize = aRect.Width(); in GetTablePageSize()
2451 nPageSize -= (rLR.GetLeft() + rLR.GetRight()); in GetTablePageSize()
2459 nPageSize *= nWidthPercent; in GetTablePageSize()
2460 nPageSize /= 100; in GetTablePageSize()
2464 rPageSize = nPageSize; in GetTablePageSize()
H A Drtfattributeoutput.cxx824 SwTwips nPageSize = aRect.Width(); in TableDefinition() local
839 nCalc *= nPageSize; in TableDefinition()
1072 sal_uInt32 nPageSize = 0; in InitTableHelper() local
1076 GetTablePageSize( pTableTextNodeInfoInner.get(), nPageSize, bRelBoxSize ); in InitTableHelper()
1086 m_pTableWrt = new SwWriteTable( pTable->GetTabLines(), (sal_uInt16)nPageSize, in InitTableHelper()
3133 …Output::FormatColumns_Impl( sal_uInt16 nCols, const SwFmtCol& rCol, bool bEven, SwTwips nPageSize ) in FormatColumns_Impl() argument
3154 m_rExport.OutLong( rCol.CalcPrtColWidth( n, nPageSize ) ); in FormatColumns_Impl()
H A DWW8TableInfo.cxx211 sal_uInt32 nPageSize = 0; in getGridColsOfRow() local
215 ( this, nPageSize, bRelBoxSize ); in getGridColsOfRow()
226 nCalc = ( nCalc * nPageSize ) / nTblSz; in getGridColsOfRow()
H A Dww8attributeoutput.hxx390 … void FormatColumns_Impl( sal_uInt16 nCols, const SwFmtCol & rCol, bool bEven, SwTwips nPageSize );
H A Dattributeoutputbase.hxx542 …d FormatColumns_Impl( sal_uInt16 nCols, const SwFmtCol & rCol, bool bEven, SwTwips nPageSize ) = 0;
H A Drtfattributeoutput.hxx432 … void FormatColumns_Impl( sal_uInt16 nCols, const SwFmtCol & rCol, bool bEven, SwTwips nPageSize );
H A Ddocxattributeoutput.hxx495 … void FormatColumns_Impl( sal_uInt16 nCols, const SwFmtCol & rCol, bool bEven, SwTwips nPageSize );
H A Dww8par.hxx1775 SwTwips nPageRight, SwTwips nPageSize);
1780 SwTwips nPageRight, SwTwips nPageSize);
/aoo42x/main/sal/osl/os2/
H A Dfile.cxx1593 size_t const nPageSize = FileHandle_Impl::getpagesize(); in osl_mapFile() local
1594 if (size_t(-1) != nPageSize) in osl_mapFile()
1604 while (nSize > nPageSize) in osl_mapFile()
1607 pData += nPageSize; in osl_mapFile()
1608 nSize -= nPageSize; in osl_mapFile()
/aoo42x/main/svtools/source/control/
H A Dvalueset.cxx671 long nPageSize = mnVisLines; in Format() local
672 if ( nPageSize < 1 ) in Format()
673 nPageSize = 1; in Format()
674 mpScrBar->SetPageSize( nPageSize ); in Format()

Completed in 161 milliseconds

12