Home
last modified time | relevance | path

Searched refs:SetRecSize (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/sc/source/filter/excel/
H A Dxerecord.cxx165 SetRecSize( nRecSize ); in SetRecHeader()
221 SetRecSize( pRecData ? nRecSize : 0 ); in SetData()
H A Dxelink.cxx892 SetRecSize( 6 + mxName->GetSize() ); in XclExpExtNameBase()
1361 SetRecSize( maTabName.GetSize() ); in Init()
1402 SetRecSize( 2 + maUrlEncoded.GetSize() ); in XclExpSupbook()
1413 SetRecSize( 2 + maUrlEncoded.GetSize() ); in XclExpSupbook()
1432 SetRecSize( 2 + maUrlEncoded.GetSize() ); in XclExpSupbook()
H A Dxepage.cxx158 SetRecSize( 2 + ((rStrm.GetRoot().GetBiff() <= EXC_BIFF5) ? 2 : 6) * mrPageBreaks.size() ); in Save()
H A Dxename.cxx314 SetRecSize( 11 + mxName->GetSize() + (mxTokArr.is() ? mxTokArr->GetSize() : 2) ); in Save()
H A Dxestyle.cxx760 SetRecSize( GetColorCount() * 4 + 2 ); in XclExpPalette()
967 SetRecSize( ((GetBiff() == EXC_BIFF8) ? (nStrLen * 2 + 1) : nStrLen) + 15 ); in XclExpFont()
H A Dxeescher.cxx1011 SetRecSize( 9 + maAuthor.GetSize() ); in XclExpNote()
H A Dxecontent.cxx471 SetRecSize( 32 + mxVarData->Tell() ); in XclExpHyperlink()
H A Dxetable.cxx60 SetRecSize( mxResult->GetSize() ); in XclExpStringRec()
/aoo42x/main/sc/source/filter/inc/
H A Dxerecord.hxx153 inline void SetRecSize( sal_Size nRecSize ) { mnRecSize = nRecSize; } in SetRecSize() function in XclExpRecord

Completed in 181 milliseconds