Home
last modified time | relevance | path

Searched refs:WW8_STD (Results 1 – 9 of 9) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx1243 WW8_STD* Read1STDFixed( short& rSkip, short* pcbStd );
1244 WW8_STD* Read1Style( short& rSkip, String* pString, short* pcbStd );
H A Dww8struc.hxx80 struct WW8_STD struct
H A Dww8scan.cxx5588 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 Ddump8a.cxx2503 WW8_STD* pStd = Read1Style( nSkip, &aStr, &cbStd ); // lese Style in Dump1Style()
/AOO42X/main/sw/source/filter/ww8/
H A Dww8scan.hxx1488 WW8_STD* Read1STDFixed( short& rSkip, short* pcbStd );
1489 WW8_STD* Read1Style( short& rSkip, String* pString, short* pcbStd );
H A Dww8struc.hxx171 struct WW8_STD struct
H A Dww8scan.cxx6216 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 Dwrtw8sty.cxx312 sal_uInt8 aWW8_STD[ sizeof( WW8_STD ) ]; in StartStyle()
314 memset( &aWW8_STD, 0, sizeof( WW8_STD ) ); in StartStyle()
H A Dww8par2.cxx4144 WW8_STD* pStd = Read1Style( nSkip, &sName, &cbStd );// lies Style in Import1Style()
4239 WW8_STD* pStd = Read1Style( nSkip, 0, 0 ); // read STD in ScanStyles()