Home
last modified time | relevance | path

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

/trunk/main/vcl/source/window/
H A Dsplitwin.cxx505 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 Dtoolbox.cxx1087 long nCurSize; in ImplLineSizing() local
1094 nCurSize = rPos.X() - rRect.Left(); in ImplLineSizing()
1099 nCurSize = rPos.Y() - rRect.Top(); in ImplLineSizing()
1104 nCurSize = rRect.Right() - rPos.X(); in ImplLineSizing()
1109 nCurSize = rRect.Bottom() - rPos.Y(); in ImplLineSizing()
1114 nCurSize = 0; in ImplLineSizing()
1138 if ( nCurSize <= nOneLineSize ) in ImplLineSizing()
1143 while ( (nSize < nCurSize) && (i < nMaxLines) ) in ImplLineSizing()
/trunk/main/starmath/source/
H A Dmathtype.hxx62 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 Dmathtype.cxx1401 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()
/trunk/main/svtools/source/filter/wmf/
H A Dwmfwr.cxx2052 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 Dwmfwr.hxx210 void WriteEMFRecord( SvMemoryStream& rStream, sal_uInt32 nCurSize,
/trunk/main/sd/source/ui/inc/
H A Dbmcache.hxx36 sal_uLong nCurSize; member in BitmapCache
41 : nMaxSize(nMaxSizeKB), nCurSize(0) {} in BitmapCache()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx1618 int nCurSize = (m_nMaxX - m_nMinX +1)*(m_nMaxY - m_nMinY +1) ; in NotifyRefMode() local
1619 vecCurSel.reserve(nCurSize); in NotifyRefMode()

Completed in 82 milliseconds