Home
last modified time | relevance | path

Searched refs:nTagLen (Results 1 – 4 of 4) sorted by relevance

/trunk/main/oox/source/xls/
H A Dpivottablebuffer.cxx1269 sal_uInt16 nErrCaptLen, nMissCaptLen, nTagLen, nPageStyleLen, nTabStyleLen, nVacStyleLen; in importPTDefinition2() local
1272 rStrm >> nErrCaptLen >> nMissCaptLen >> nTagLen; in importPTDefinition2()
1277 maDefModel.maTag = lclReadPivotString( *this, rStrm, nTagLen ); in importPTDefinition2()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx2314 xub_StrLen nTagLen = String::CreateFromAscii(RTL_CONSTASCII_STRINGPARAM(TAG_TABBARWIDTH)).Len(); in ReadUserData() local
2346 if ( nTagLen && aTabOpt.Copy(0,nTagLen).EqualsAscii(TAG_TABBARWIDTH) ) in ReadUserData()
2348 pView->SetTabBarWidth( aTabOpt.Copy(nTagLen).ToInt32() ); in ReadUserData()
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx593 sal_uInt32 nTagLen = 0; in Read() local
595 *pS >> nTagLen; in Read()
656 sal_uInt32 nTagBufSize = lclGetBufferSize( nTagLen ); in Read()
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx2768 sal_uInt16 nTagLen = dumpDec< sal_uInt16 >( "tag-len" ); in implDumpRecordBody() local
2778 dumpPivotString( "tag", nTagLen ); in implDumpRecordBody()

Completed in 71 milliseconds