Searched refs:WW8_STD (Results 1 – 9 of 9) sorted by relevance
| /AOO42X/main/sw/source/filter/ww8/dump/ |
| H A D | ww8scan.hxx | 1243 WW8_STD* Read1STDFixed( short& rSkip, short* pcbStd ); 1244 WW8_STD* Read1Style( short& rSkip, String* pString, short* pcbStd );
|
| H A D | ww8struc.hxx | 80 struct WW8_STD struct
|
| H A D | ww8scan.cxx | 5588 WW8_STD* WW8Style::Read1STDFixed( short& rSkip, short* pcbStd ) in Read1STDFixed() 5590 WW8_STD* pStd = 0; in Read1STDFixed() 5601 pStd = new WW8_STD; in Read1STDFixed() 5659 WW8_STD* WW8Style::Read1Style( short& rSkip, String* pString, short* pcbStd ) in Read1Style() 5664 WW8_STD* pStd = Read1STDFixed( rSkip, pcbStd ); // lese STD in Read1Style()
|
| H A D | dump8a.cxx | 2503 WW8_STD* pStd = Read1Style( nSkip, &aStr, &cbStd ); // lese Style in Dump1Style()
|
| /AOO42X/main/sw/source/filter/ww8/ |
| H A D | ww8scan.hxx | 1488 WW8_STD* Read1STDFixed( short& rSkip, short* pcbStd ); 1489 WW8_STD* Read1Style( short& rSkip, String* pString, short* pcbStd );
|
| H A D | ww8struc.hxx | 171 struct WW8_STD struct
|
| H A D | ww8scan.cxx | 6216 WW8_STD* WW8Style::Read1STDFixed( short& rSkip, short* pcbStd ) in Read1STDFixed() 6218 WW8_STD* pStd = 0; in Read1STDFixed() 6229 pStd = new WW8_STD; in Read1STDFixed() 6287 WW8_STD* WW8Style::Read1Style( short& rSkip, String* pString, short* pcbStd ) in Read1Style() 6292 WW8_STD* pStd = Read1STDFixed( rSkip, pcbStd ); // lese STD in Read1Style()
|
| H A D | wrtw8sty.cxx | 312 sal_uInt8 aWW8_STD[ sizeof( WW8_STD ) ]; in StartStyle() 314 memset( &aWW8_STD, 0, sizeof( WW8_STD ) ); in StartStyle()
|
| H A D | ww8par2.cxx | 4144 WW8_STD* pStd = Read1Style( nSkip, &sName, &cbStd );// lies Style in Import1Style() 4239 WW8_STD* pStd = Read1Style( nSkip, 0, 0 ); // read STD in ScanStyles()
|