Home
last modified time | relevance | path

Searched refs:nRealSize (Results 1 – 13 of 13) sorted by relevance

/trunk/main/filter/source/graphicfilter/icgm/
H A Dclass5.cxx62 …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 Dclass2.cxx46 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 Dclass1.cxx80 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 Dcgm.cxx280 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 Delements.cxx59 nRealSize = rSource.nRealSize; in operator =()
162 nRealSize = nVDCRealSize = 4; in Init()
H A Dclass3.cxx129 pElement->nMitreLimit = ImplGetFloat( pElement->eRealPrecision, pElement->nRealSize ); in ImplDoClass3()
H A Delements.hxx41 sal_uInt32 nRealSize; // maybe 4 or 8 bytes member in CGMElements
H A Dcgm.hxx121 double ImplGetFloat( RealPrecision, sal_uInt32 nRealSize );
/trunk/main/connectivity/source/drivers/odbcbase/
H A DOTools.cxx566 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 DOPreparedStatement.cxx329 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()
/trunk/main/package/source/package/zipapi/
H A DZipFile.cxx969 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()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx2002 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()
/trunk/main/vcl/source/gdi/
H A Dimpvect.cxx173 void ImplSetRealSize( sal_uLong nRealSize ) { mnRealSize = nRealSize; } in ImplSetRealSize() argument

Completed in 72 milliseconds