Searched refs:WW8_STD (Results 1 – 9 of 9) sorted by relevance
/aoo4110/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 | 5589 WW8_STD* WW8Style::Read1STDFixed( short& rSkip, short* pcbStd ) in Read1STDFixed() 5591 WW8_STD* pStd = 0; in Read1STDFixed() 5602 pStd = new WW8_STD; in Read1STDFixed() 5660 WW8_STD* WW8Style::Read1Style( short& rSkip, String* pString, short* pcbStd ) in Read1Style() 5665 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()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8scan.hxx | 1489 WW8_STD* Read1STDFixed( short& rSkip, short* pcbStd ); 1490 WW8_STD* Read1Style( short& rSkip, String* pString, short* pcbStd );
|
H A D | ww8struc.hxx | 172 struct WW8_STD struct
|
H A D | ww8scan.cxx | 6217 WW8_STD* WW8Style::Read1STDFixed( short& rSkip, short* pcbStd ) in Read1STDFixed() 6219 WW8_STD* pStd = 0; in Read1STDFixed() 6230 pStd = new WW8_STD; in Read1STDFixed() 6288 WW8_STD* WW8Style::Read1Style( short& rSkip, String* pString, short* pcbStd ) in Read1Style() 6293 WW8_STD* pStd = Read1STDFixed( rSkip, pcbStd ); // lese STD in Read1Style()
|
H A D | wrtw8sty.cxx | 313 sal_uInt8 aWW8_STD[ sizeof( WW8_STD ) ]; in StartStyle() 315 memset( &aWW8_STD, 0, sizeof( WW8_STD ) ); in StartStyle()
|
H A D | ww8par2.cxx | 4116 WW8_STD* pStd = Read1Style( nSkip, &sName, &cbStd );// lies Style in Import1Style() 4211 WW8_STD* pStd = Read1Style( nSkip, 0, 0 ); // read STD in ScanStyles()
|
Completed in 539 milliseconds