Lines Matching refs:sal_uLong

108 	sal_uLong				mnLevelWarning; 	// number of embedded eps files which was not exported
109 sal_uLong mnLastPercent; // Mit welcher Zahl pCallback zuletzt aufgerufen wurde.
129 sal_uLong mnCursorPos; // aktuelle Cursorposition im Output
161 sal_uLong nOffset;
162 sal_uLong dwShift;
172 inline void ImplExecMode( sal_uLong nMode );
175 inline void ImplWriteLine( const char*, sal_uLong nMode = PS_RET );
178 void ImplWriteF( sal_Int32 nNumb, sal_uLong nCount = 3, sal_uLong nMode = PS_SPACE );
181 void ImplWriteDouble( double, sal_uLong nMode = PS_SPACE );
184 void ImplWriteLong( sal_Int32 nNumb, sal_uLong nMode = PS_SPACE );
187 void ImplWriteByte( sal_uInt8 nNumb, sal_uLong nMode = PS_SPACE );
190 void ImplWriteHexByte( sal_uInt8 nNumb, sal_uLong nMode = PS_WRAP );
193 void ImplWriteB1( sal_uInt8 nNumb, sal_uLong nMode = PS_SPACE );
222 void ImplClosePathDraw( sal_uLong nMode = PS_RET );
225 inline void ImplWriteLineColor( sal_uLong nMode = PS_RET );
226 inline void ImplWriteFillColor( sal_uLong nMode = PS_RET );
227 inline void ImplWriteTextColor( sal_uLong nMode = PS_RET );
228 inline void ImplWriteTextFillColor( sal_uLong nMode = PS_RET );
229 void ImplWriteColor( sal_uLong nMode );
233 sal_Bool ImplGetBoundingBox( double* nNumb, sal_uInt8* pSource, sal_uLong nSize );
234 …sal_uInt8* ImplSearchEntry( sal_uInt8* pSource, sal_uInt8* pDest, sal_uLong nComp, sal_uLong nS…
599 for( sal_uLong nCurAction = 0, nCount = rMtf.GetActionCount(); nCurAction < nCount; nCurAction++ ) in ImplWriteActions()
1107 sal_uLong nSize = aGfxLink.GetDataSize(); in ImplWriteActions()
1108 sal_uLong nParseThis = POSTSCRIPT_BOUNDINGSEARCH; in ImplWriteActions()
2208 void PSWriter::ImplClosePathDraw( sal_uLong nMode ) in ImplClosePathDraw()
2224 inline void PSWriter::ImplWriteLineColor( sal_uLong nMode ) in ImplWriteLineColor()
2232 inline void PSWriter::ImplWriteFillColor( sal_uLong nMode ) in ImplWriteFillColor()
2240 inline void PSWriter::ImplWriteTextColor( sal_uLong nMode ) in ImplWriteTextColor()
2248 inline void PSWriter::ImplWriteTextFillColor( sal_uLong nMode ) in ImplWriteTextFillColor()
2259 void PSWriter::ImplWriteColor( sal_uLong nMode ) in ImplWriteColor()
2340 inline void PSWriter::ImplExecMode( sal_uLong nMode ) in ImplExecMode()
2365 inline void PSWriter::ImplWriteLine( const char* pString, sal_uLong nMode ) in ImplWriteLine()
2367 sal_uLong i = 0; in ImplWriteLine()
2474 void PSWriter::ImplWriteLong( sal_Int32 nNumber, sal_uLong nMode ) in ImplWriteLong()
2477 sal_uLong nLen = aNumber.Len(); in ImplWriteLong()
2486 void PSWriter::ImplWriteDouble( double fNumber, sal_uLong nMode ) in ImplWriteDouble()
2536 void PSWriter::ImplWriteF( sal_Int32 nNumber, sal_uLong nCount, sal_uLong nMode ) in ImplWriteF()
2545 sal_uLong nLen = aScaleFactor.Len(); in ImplWriteF()
2576 void PSWriter::ImplWriteByte( sal_uInt8 nNumb, sal_uLong nMode ) in ImplWriteByte()
2585 void PSWriter::ImplWriteHexByte( sal_uInt8 nNumb, sal_uLong nMode ) in ImplWriteHexByte()
2604 void PSWriter::ImplWriteB1( sal_uInt8 nNumb, sal_uLong nMode ) in ImplWriteB1()
2719 …PSWriter::ImplSearchEntry( sal_uInt8* pSource, sal_uInt8* pDest, sal_uLong nComp, sal_uLong nSize ) in ImplSearchEntry()
2723 sal_uLong i; in ImplSearchEntry()
2738 sal_Bool PSWriter::ImplGetBoundingBox( double* nNumb, sal_uInt8* pSource, sal_uLong nSize ) in ImplGetBoundingBox()
2741 sal_uLong nBytesRead; in ImplGetBoundingBox()