Home
last modified time | relevance | path

Searched refs:cbStd (Results 1 – 5 of 5) sorted by relevance

/trunk/main/writerfilter/source/doctok/
H A DWW8StyleSheet.cxx38 sal_uInt32 cbStd = getU16(nOffset); in initPayload() local
39 nOffset += cbStd + 2; in initPayload()
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx5593 sal_uInt16 cbStd; in Read1STDFixed() local
5594 rSt >> cbStd; // lies Laenge in Read1STDFixed()
5597 if( cbStd >= cbSTDBaseInFile ) in Read1STDFixed()
5647 rSkip = cbStd - cbSTDBaseInFile; in Read1STDFixed()
5651 if( cbStd ) in Read1STDFixed()
5652 rSt.SeekRel( cbStd ); // ueberlies Reste in Read1STDFixed()
5656 *pcbStd = cbStd; in Read1STDFixed()
H A Ddump8a.cxx2498 short nSkip, cbStd; in Dump1Style() local
2503 WW8_STD* pStd = Read1Style( nSkip, &aStr, &cbStd ); // lese Style in Dump1Style()
2519 *pOut << "cbStd:" << cbStd << ' '; in Dump1Style()
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx6221 sal_uInt16 cbStd; in Read1STDFixed() local
6222 rSt >> cbStd; // lies Laenge in Read1STDFixed()
6225 if( cbStd >= cbSTDBaseInFile ) in Read1STDFixed()
6275 rSkip = cbStd - cbSTDBaseInFile; in Read1STDFixed()
6279 if( cbStd ) in Read1STDFixed()
6280 rSt.SeekRel( cbStd ); // ueberlies Reste in Read1STDFixed()
6284 *pcbStd = cbStd; in Read1STDFixed()
H A Dww8par2.cxx4142 short nSkip, cbStd; in Import1Style() local
4145 WW8_STD* pStd = Read1Style( nSkip, &sName, &cbStd );// lies Style in Import1Style()

Completed in 117 milliseconds