Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx2025 WW8PLCFspecial::WW8PLCFspecial(SvStream* pSt, long nFilePos, long nPLCF, in WW8PLCFspecial() argument
2029 nIMax = ( nPLCF - 4 ) / ( 4 + nStruct ); in WW8PLCFspecial()
2031 pPLCF_PosArray = new sal_Int32[ ( nPLCF + 3 ) / 4 ]; in WW8PLCFspecial()
2036 pSt->Read( pPLCF_PosArray, nPLCF ); in WW8PLCFspecial()
2148 WW8PLCF::WW8PLCF( SvStream* pSt, long nFilePos, long nPLCF, long nStruct, in WW8PLCF() argument
2151 ASSERT( nPLCF, "WW8PLCF: nPLCF ist Null!" ); in WW8PLCF()
2153 nIMax = ( nPLCF - 4 ) / ( 4 + nStruct ); in WW8PLCF()
2155 ReadPLCF( pSt, nFilePos, nPLCF ); in WW8PLCF()
2166 WW8PLCF::WW8PLCF( SvStream* pSt, long nFilePos, long nPLCF, long nStruct, in WW8PLCF() argument
2169 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
/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx2206 WW8PLCFspecial::WW8PLCFspecial(SvStream* pSt, long nFilePos, long nPLCF, in WW8PLCFspecial() argument
2210 nIMax = ( nPLCF - 4 ) / ( 4 + nStruct ); in WW8PLCFspecial()
2212 pPLCF_PosArray = new sal_Int32[ ( nPLCF + 3 ) / 4 ]; in WW8PLCFspecial()
2217 pSt->Read( pPLCF_PosArray, nPLCF ); in WW8PLCFspecial()
2335 sal_Int32 nPLCF, in WW8PLCF() argument
2344 ASSERT( nPLCF, "WW8PLCF: nPLCF ist Null!" ); in WW8PLCF()
2346 nIMax = ( nPLCF - 4 ) / ( 4 + nStruct ); in WW8PLCF()
2348 ReadPLCF( pSt, nFilePos, nPLCF ); in WW8PLCF()
2359 WW8PLCF::WW8PLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF, int nStruct, in WW8PLCF() argument
2363 nIMax = ( nPLCF - 4 ) / ( 4 + nStruct ); in WW8PLCF()
[all …]
H A Dww8scan.hxx217 WW8PLCFspecial( SvStream* pSt, long nFilePos, long nPLCF,
284 void ReadPLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF );
294 WW8PLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF, int nStruct,
300 WW8PLCF( SvStream* pSt, WW8_FC nFilePos, sal_Int32 nPLCF, int nStruct,
331 WW8PLCFpcd( SvStream* pSt, long nFilePos, long nPLCF, long nStruct );
838 sal_uInt16 nPLCF; // so viele PLCFe werden verwaltet member in WW8PLCFMan