Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww8/
H A Dww8scan.cxx2221 pPLCF_PosArray[nIdx] = SWAPLONG( pPLCF_PosArray[nIdx] ); in WW8PLCFspecial()
2245 if( nP < pPLCF_PosArray[0] ) in SeekPos()
2281 if( nP < pPLCF_PosArray[0] ) in SeekPosExact()
2339 : pPLCF_PosArray( 0 ) in WW8PLCF()
2377 return pPLCF_PosArray == 0 in IsValid()
2403 pPLCF_PosArray[nIdx] = SWAPLONG( pPLCF_PosArray[nIdx] ); in ReadPLCF()
2421 delete[] pPLCF_PosArray; in MakeFailedPLCF()
2423 pPLCF_PosArray[0] = pPLCF_PosArray[1] = WW8_CP_MAX; in MakeFailedPLCF()
2494 if( nP < pPLCF_PosArray[0] ) in SeekPos()
2544 return pPLCF_PosArray[nIdx]; in Where()
[all …]
H A Dww8scan.hxx212 sal_Int32* pPLCF_PosArray; ///< Pointer auf Pos-Array und auf ganze Struktur member in WW8PLCFspecial
220 ~WW8PLCFspecial() { delete[] pPLCF_PosArray; } in ~WW8PLCFspecial()
229 { return ( nIdx >= nIMax ) ? SAL_MAX_INT32 : pPLCF_PosArray[nIdx]; } in Where()
239 { return ( nInIdx >= nIMax ) ? SAL_MAX_INT32 : pPLCF_PosArray[nInIdx]; } in GetPos()
279 WW8_CP* pPLCF_PosArray; // Pointer auf Pos-Array und auf ganze Struktur member in WW8PLCF
304 ~WW8PLCF(){ delete[] pPLCF_PosArray; } in ~WW8PLCF()
327 sal_Int32* pPLCF_PosArray; // Pointer auf Pos-Array und auf ganze Struktur member in WW8PLCFpcd
333 ~WW8PLCFpcd(){ delete[] pPLCF_PosArray; } in ~WW8PLCFpcd()
/aoo4110/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx2040 pPLCF_PosArray[nIdx] = SWAPLONG( pPLCF_PosArray[nIdx] ); in WW8PLCFspecial()
2061 if( nP < pPLCF_PosArray[0] ) in SeekPos()
2078 if( nP < pPLCF_PosArray[nI] ) in SeekPos()
2097 if( nP < pPLCF_PosArray[0] ) in SeekPosExact()
2103 if( nP <=pPLCF_PosArray[nIdx] ) in SeekPosExact()
2138 rPos = pPLCF_PosArray[nInIdx]; in GetData()
2192 pPLCF_PosArray[nIdx] = SWAPLONG( pPLCF_PosArray[nIdx] ); in ReadPLCF()
2215 pPLCF_PosArray[i] = nFc; in GeneratePLCF()
2240 if( nP < pPLCF_PosArray[0] ) in SeekPos()
2290 return pPLCF_PosArray[nIdx]; in Where()
[all …]
H A Dww8scan.hxx134 sal_Int32* pPLCF_PosArray; // Pointer auf Pos-Array und auf ganze Struktur member in WW8PLCFspecial
143 ~WW8PLCFspecial(){ delete( pPLCF_PosArray ); pPLCF_PosArray = 0; } in ~WW8PLCFspecial()
150 long Where() { return ( nIdx >= nIMax ) ? LONG_MAX : pPLCF_PosArray[nIdx]; } in Where()
157 return ( nIdx >= nIMax ) ? LONG_MAX : pPLCF_PosArray[nIdx]; } in GetPos()
201 sal_Int32* pPLCF_PosArray; // Pointer auf Pos-Array und auf ganze Struktur member in WW8PLCF
225 ~WW8PLCF(){ delete( pPLCF_PosArray ); pPLCF_PosArray = 0; } in ~WW8PLCF()
249 sal_Int32* pPLCF_PosArray; // Pointer auf Pos-Array und auf ganze Struktur member in WW8PLCFpcd
256 ~WW8PLCFpcd(){ delete( pPLCF_PosArray ); } in ~WW8PLCFpcd()

Completed in 86 milliseconds