Searched refs:pcbStd (Results 1 – 4 of 4) 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 | ww8scan.cxx | 5589 WW8_STD* WW8Style::Read1STDFixed( short& rSkip, short* pcbStd ) in Read1STDFixed() argument 5655 if( pcbStd ) in Read1STDFixed() 5656 *pcbStd = cbStd; in Read1STDFixed() 5660 WW8_STD* WW8Style::Read1Style( short& rSkip, String* pString, short* pcbStd ) in Read1Style() argument 5665 WW8_STD* pStd = Read1STDFixed( rSkip, pcbStd ); // lese STD in Read1Style()
|
/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 | ww8scan.cxx | 6217 WW8_STD* WW8Style::Read1STDFixed( short& rSkip, short* pcbStd ) in Read1STDFixed() argument 6283 if( pcbStd ) in Read1STDFixed() 6284 *pcbStd = cbStd; in Read1STDFixed() 6288 WW8_STD* WW8Style::Read1Style( short& rSkip, String* pString, short* pcbStd ) in Read1Style() argument 6293 WW8_STD* pStd = Read1STDFixed( rSkip, pcbStd ); // lese STD in Read1Style()
|
Completed in 59 milliseconds