Home
last modified time | relevance | path

Searched refs:rLength (Results 1 – 8 of 8) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx6766 sal_uInt32& rLength ) in ReadCommonRecordHeader() argument
6769 rSt >> nTmp >> rFbt >> rLength; in ReadCommonRecordHeader()
6772 if ( rLength > ( SAL_MAX_UINT32 - rSt.Tell() ) ) // preserving overflow, optimal would be to check in ReadCommonRecordHeader()
/trunk/main/tools/source/inet/
H A Dinetmime.cxx968 ++rLength; in scanQuotedBlock()
973 ++rLength; in scanQuotedBlock()
985 ++rLength; in scanQuotedBlock()
996 ++rLength; in scanQuotedBlock()
1000 ++rLength; in scanQuotedBlock()
1017 ++rLength; in scanQuotedBlock()
1041 ++rLength; in scanQuotedBlock()
1046 ++rLength; in scanQuotedBlock()
1069 ++rLength; in scanQuotedBlock()
1073 ++rLength; in scanQuotedBlock()
[all …]
/trunk/main/tools/inc/tools/
H A Dinetmime.hxx525 sal_Size & rLength,
532 sal_Size & rLength,
/trunk/main/sw/source/filter/ww8/dump/
H A Ddump8a.cxx1747 sal_uInt16& rFbt, sal_uInt32& rLength ) in ReadEsherRec() argument
1756 return WW8ReadUINT32( rStrm, rLength ); in ReadEsherRec()
/trunk/main/sw/source/filter/html/
H A Dsvxcss1.cxx2914 long& rLength, in ParseCSS1_length() argument
2923 rLength = 0; in ParseCSS1_length()
2929 rLength = pExpr->GetSLength(); in ParseCSS1_length()
2940 rLength = (bHori ? nPHeight : nPWidth); in ParseCSS1_length()
2946 rLength = (long)pExpr->GetNumber(); in ParseCSS1_length()
2947 if( rLength > 100 ) in ParseCSS1_length()
2948 rLength = 100; in ParseCSS1_length()
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobject.cxx53 const uno::Any& rLength ) throw (uno::RuntimeException) : in ScVbaButtonCharacters() argument
64 if( !(rLength >>= mnLength) || (mnLength < 1) ) in ScVbaButtonCharacters()
519 …AL_CALL ScVbaButton::Characters( const uno::Any& rStart, const uno::Any& rLength ) throw (uno::Run… in Characters() argument
521 return new ScVbaButtonCharacters( this, mxContext, mxControlProps, maPalette, rStart, rLength ); in Characters()
H A Dvbasheetobject.hxx53 const css::uno::Any& rLength ) throw (css::uno::RuntimeException);
204 … const css::uno::Any& rStart, const css::uno::Any& rLength ) throw (css::uno::RuntimeException);
/trunk/main/filter/inc/filter/msfilter/
H A Dmsdffimp.hxx528 sal_uInt32& rLength );

Completed in 220 milliseconds