Home
last modified time | relevance | path

Searched refs:nPLCF (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx2026 WW8PLCFspecial::WW8PLCFspecial(SvStream* pSt, long nFilePos, long nPLCF, in WW8PLCFspecial() argument
2030 nIMax = ( nPLCF - 4 ) / ( 4 + nStruct ); in WW8PLCFspecial()
2032 pPLCF_PosArray = new sal_Int32[ ( nPLCF + 3 ) / 4 ]; in WW8PLCFspecial()
2037 pSt->Read( pPLCF_PosArray, nPLCF ); in WW8PLCFspecial()
2149 WW8PLCF::WW8PLCF( SvStream* pSt, long nFilePos, long nPLCF, long nStruct, in WW8PLCF() argument
2152 ASSERT( nPLCF, "WW8PLCF: nPLCF ist Null!" ); in WW8PLCF()
2154 nIMax = ( nPLCF - 4 ) / ( 4 + nStruct ); in WW8PLCF()
2156 ReadPLCF( pSt, nFilePos, nPLCF ); in WW8PLCF()
2167 WW8PLCF::WW8PLCF( SvStream* pSt, long nFilePos, long nPLCF, long nStruct, in WW8PLCF() argument
2170 nIMax = ( nPLCF - 4 ) / ( 4 + nStruct ); in WW8PLCF()
[all …]
H A Dww8scan.hxx141 WW8PLCFspecial( SvStream* pSt, long nFilePos, long nPLCF,
207 void ReadPLCF( SvStream* pSt, long nFilePos, long nPLCF );
216 WW8PLCF( SvStream* pSt, long nFilePos, long nPLCF,
222 WW8PLCF( SvStream* pSt, long nFilePos, long nPLCF,
255 WW8PLCFpcd( SvStream* pSt, long nFilePos, long nPLCF, long nStruct );
668 sal_uInt16 nPLCF; // so viele PLCFe werden verwaltet member in WW8PLCFMan
/AOO41X/main/sw/source/filter/ww8/
H A Dww8scan.cxx2207 WW8PLCFspecial::WW8PLCFspecial(SvStream* pSt, long nFilePos, long nPLCF, in WW8PLCFspecial() argument
2211 nIMax = ( nPLCF - 4 ) / ( 4 + nStruct ); in WW8PLCFspecial()
2213 pPLCF_PosArray = new sal_Int32[ ( nPLCF + 3 ) / 4 ]; in WW8PLCFspecial()
2218 pSt->Read( pPLCF_PosArray, nPLCF ); in WW8PLCFspecial()
2336 sal_Int32 nPLCF, in WW8PLCF() argument
2345 ASSERT( nPLCF, "WW8PLCF: nPLCF ist Null!" ); in WW8PLCF()
2347 nIMax = ( nPLCF - 4 ) / ( 4 + nStruct ); in WW8PLCF()
2349 ReadPLCF( pSt, nFilePos, nPLCF ); in WW8PLCF()
2360 WW8PLCF::WW8PLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF, int nStruct, in WW8PLCF() argument
2364 nIMax = ( nPLCF - 4 ) / ( 4 + nStruct ); in WW8PLCF()
[all …]
H A Dww8scan.hxx218 WW8PLCFspecial( SvStream* pSt, long nFilePos, long nPLCF,
285 void ReadPLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF );
295 WW8PLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF, int nStruct,
301 WW8PLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF, int nStruct,
332 WW8PLCFpcd( SvStream* pSt, long nFilePos, long nPLCF, long nStruct );
839 sal_uInt16 nPLCF; // so viele PLCFe werden verwaltet member in WW8PLCFMan