Searched refs:nRealSize (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/filter/source/graphicfilter/icgm/ |
H A D | class5.cxx | 62 …nWidth = (sal_uInt32)ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ) * 25; // scalin… in ImplDoClass5() 100 nWidth = (sal_uInt32)ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ) * 25; in ImplDoClass5() 144 …->pTextBundle->nCharacterExpansion = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass5() 146 …t->aTextBundle.nCharacterExpansion = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass5() 152 …nt->pTextBundle->nCharacterSpacing = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass5() 154 …ent->aTextBundle.nCharacterSpacing = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass5() 209 pElement->nTextAlignmentHCont = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass5() 210 pElement->nTextAlignmentVCont = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass5() 278 nWidth = (sal_uInt32)ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ) * 25; in ImplDoClass5() 474 ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); // -Wall is this needed in ImplDoClass5() [all …]
|
H A D | class2.cxx | 46 pElement->nScalingFactor = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2() 121 pElement->nDeviceViewPortScale = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2() 155 aTempLineBundle.nLineWidth = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2() 165 aTempMarkerBundle.nMarkerSize = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2() 176 … aTempTextBundle.nCharacterSpacing = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2() 177 …TempTextBundle.nCharacterExpansion = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2() 198 aTempEdgeBundle.nEdgeWidth = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass2()
|
H A D | class1.cxx | 80 pElement->nRealSize = 4; in ImplDoClass1() 85 pElement->nRealSize = 8; in ImplDoClass1() 97 pElement->nRealSize = 4; in ImplDoClass1() 99 pElement->nRealSize = 8; in ImplDoClass1()
|
H A D | cgm.cxx | 280 double CGM::ImplGetFloat( RealPrecision eRealPrecision, sal_uInt32 nRealSize ) in ImplGetFloat() argument 298 if ( nRealSize == 4 ) in ImplGetFloat() 306 if ( nRealSize == 4 ) in ImplGetFloat() 321 if ( nRealSize == 4 ) in ImplGetFloat() 345 mnParaSize += nRealSize; in ImplGetFloat()
|
H A D | elements.cxx | 59 nRealSize = rSource.nRealSize; in operator =() 162 nRealSize = nVDCRealSize = 4; in Init()
|
H A D | class3.cxx | 129 pElement->nMitreLimit = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass3()
|
H A D | elements.hxx | 41 sal_uInt32 nRealSize; // maybe 4 or 8 bytes member in CGMElements
|
H A D | cgm.hxx | 121 double ImplGetFloat( RealPrecision, sal_uInt32 nRealSize );
|
/aoo42x/main/connectivity/source/drivers/odbcbase/ |
H A D | OTools.cxx | 566 SQLLEN nRealSize = 0; in getStringValue() local 568 nRealSize = pcbValue / sizeof(sal_Unicode); in getStringValue() 569 SQLLEN nLen = pcbValue != SQL_NO_TOTAL ? std::min(nRealSize, nMaxLen) : (nMaxLen-1); in getStringValue() 596 nRealSize = 0; in getStringValue() 598 nRealSize = pcbValue / sizeof(sal_Unicode); in getStringValue() 599 nLen = pcbValue != SQL_NO_TOTAL ? std::min(nRealSize, nMaxLen) : (nMaxLen-1); in getStringValue()
|
H A D | OPreparedStatement.cxx | 329 sal_Int32 nRealSize = _nSize; in setParameter() local 337 ++nRealSize; in setParameter() 341 nRealSize=1; //dummy buffer, binary data isn't copied in setParameter() 347 sal_Int8* bindBuf = allocBindBuf(parameterIndex, nRealSize); in setParameter()
|
/aoo42x/main/package/source/package/zipapi/ |
H A D | ZipFile.cxx | 969 sal_Int32 nRealSize = 0, nRealCRC = 0; in recover() local 970 … getSizeAndCRC( nStreamOffset, nCompressedSize, &nRealSize, &nRealCRC ); in recover() 971 bAcceptBlock = ( nRealSize == nSize && nRealCRC == nCRC32 ); in recover() 1058 sal_Int32 nRealSize = 0; in getSizeAndCRC() local 1079 nRealSize += nInBlock; in getSizeAndCRC() 1082 *nSize = nRealSize; in getSizeAndCRC()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 2002 sal_uLong nRealSize; in lcl_CopyBoxToDoc() local 2009 nRealSize = (*pCpyPara->pWidths.get())[pCpyPara->nLnIdx][pCpyPara->nBoxIdx++]; in lcl_CopyBoxToDoc() 2015 nRealSize = pCpyPara->nNewSize; in lcl_CopyBoxToDoc() 2016 nRealSize *= rpFndBox->GetBox()->GetFrmFmt()->GetFrmSize().GetWidth(); in lcl_CopyBoxToDoc() 2017 nRealSize /= pCpyPara->nOldSize; in lcl_CopyBoxToDoc() 2026 nSize = nRealSize; in lcl_CopyBoxToDoc() 2027 nRealSize = 0; in lcl_CopyBoxToDoc() 2107 if( nRealSize ) in lcl_CopyBoxToDoc() 2110 nSize = nRealSize; in lcl_CopyBoxToDoc() 2111 nRealSize = 0; in lcl_CopyBoxToDoc()
|
/aoo42x/main/vcl/source/gdi/ |
H A D | impvect.cxx | 173 void ImplSetRealSize( sal_uLong nRealSize ) { mnRealSize = nRealSize; } in ImplSetRealSize() argument
|
Completed in 103 milliseconds