Searched refs:nCurSize (Results 1 – 8 of 8) sorted by relevance
/aoo4110/main/vcl/source/window/ |
H A D | splitwin.cxx | 505 long nCurSize; in ImplCalcSet() local 532 nCurSize = 0; in ImplCalcSet() 593 nCurSize += pItems[i].mnPixSize; in ImplCalcSet() 600 nSizeDelta = nCalcSize-nCurSize; in ImplCalcSet() 728 nCurSize += pItems[i].mnPixSize; in ImplCalcSet() 1542 long nCurSize; in CalcLayoutSizePixel() local 1563 nCurSize -= nSplitSize; in CalcLayoutSizePixel() 1566 nDelta = nCalcSize-nCurSize; in CalcLayoutSizePixel() 1610 long nCurSize; in ImplCalcLayout() local 1628 nCurSize -= nSplitSize; in ImplCalcLayout() [all …]
|
H A D | toolbox.cxx | 1095 long nCurSize; in ImplLineSizing() local 1102 nCurSize = rPos.X() - rRect.Left(); in ImplLineSizing() 1107 nCurSize = rPos.Y() - rRect.Top(); in ImplLineSizing() 1112 nCurSize = rRect.Right() - rPos.X(); in ImplLineSizing() 1117 nCurSize = rRect.Bottom() - rPos.Y(); in ImplLineSizing() 1122 nCurSize = 0; in ImplLineSizing() 1146 if ( nCurSize <= nOneLineSize ) in ImplLineSizing() 1151 while ( (nSize < nCurSize) && (i < nMaxLines) ) in ImplLineSizing()
|
/aoo4110/main/starmath/source/ |
H A D | mathtype.hxx | 62 nLSize(0), nDSize(0), nCurSize(0), nLastSize(0), bIsSilent(sal_False) in MathType() 69 nLSize(0), nDSize(0), nCurSize(0), nLastSize(0), nSpec(0), bIsSilent(sal_False) in MathType() 146 sal_Int16 nCurSize; member in MathType
|
H A D | mathtype.cxx | 1401 sal_Int16 nOldCurSize=nCurSize; in HandleRecords() 1426 nCurSize=nOldCurSize; in HandleRecords() 1987 if ((-nLstSize/32 != nDefaultSize) && (-nLstSize/32 != nCurSize)) in HandleSize() 1997 nLastSize = nCurSize; in HandleSize() 2004 nCurSize = -nLstSize/32; in HandleSize() 2017 if (nLstSize != nCurSize) in HandleSize() 2027 nLastSize = nCurSize; in HandleSize() 2034 nCurSize = nLstSize; in HandleSize()
|
/aoo4110/main/svtools/source/filter/wmf/ |
H A D | wmfwr.cxx | 2052 sal_uInt32 nCurSize; in WriteEmbeddedEMF() local 2055 nCurSize = 0x2000; in WriteEmbeddedEMF() 2060 nCurSize = nRemainingSize; in WriteEmbeddedEMF() 2064 nCurSize, in WriteEmbeddedEMF() 2076 void WMFWriter::WriteEMFRecord( SvMemoryStream& rStream, sal_uInt32 nCurSize, sal_uInt32 nRemaining… in WriteEMFRecord() argument 2082 << (sal_uInt16)( nCurSize + 34 ) // we will always have a 34 byte escape header: in WriteEMFRecord() 2089 << nCurSize // size of this record's data in WriteEMFRecord() 2093 pWMF->Write( static_cast< const sal_Char* >( rStream.GetData() ) + rStream.Tell(), nCurSize ); in WriteEMFRecord() 2094 rStream.SeekRel( nCurSize ); in WriteEMFRecord()
|
H A D | wmfwr.hxx | 210 void WriteEMFRecord( SvMemoryStream& rStream, sal_uInt32 nCurSize,
|
/aoo4110/main/sd/source/ui/inc/ |
H A D | bmcache.hxx | 36 sal_uLong nCurSize; member in BitmapCache 41 : nMaxSize(nMaxSizeKB), nCurSize(0) {} in BitmapCache()
|
/aoo4110/main/sc/source/ui/Accessibility/ |
H A D | AccessibleSpreadsheet.cxx | 1618 int nCurSize = (m_nMaxX - m_nMinX +1)*(m_nMaxY - m_nMinY +1) ; in NotifyRefMode() local 1619 vecCurSel.reserve(nCurSize); in NotifyRefMode()
|
Completed in 161 milliseconds