Searched defs:WW8PLCFManResult (Results 1 – 3 of 3) sorted by relevance
608 struct WW8PLCFManResult struct610 WW8_CP nCpPos; // Attribut-Anfangsposition611 long nMemLen; // Laenge dazu612 long nCp2OrIdx; // footnote-textpos oder Index in PLCF613 WW8_CP nAktCp; // wird nur vom Aufrufer benutzt614 sal_uInt8* pMemPos; // Mem-Pos fuer Sprms615 sal_uInt16 nSprmId; // Sprm-Id ( 0 = ungueltige Id -> ueberspringen! )618 sal_uInt8 nFlags; // Absatz- oder Section-Anfang
761 struct WW8PLCFManResult struct763 WW8_CP nCpPos; // Attribut-Anfangsposition764 long nMemLen; // Laenge dazu765 long nCp2OrIdx; // footnote-textpos oder Index in PLCF766 WW8_CP nAktCp; // wird nur vom Aufrufer benutzt767 const sal_uInt8* pMemPos;// Mem-Pos fuer Sprms768 sal_uInt16 nSprmId; // Sprm-Id ( 0 = ungueltige Id -> ueberspringen! )771 sal_uInt8 nFlags; // Absatz- oder Section-Anfang
307 long SwWW8ImplReader::Read_Book(WW8PLCFManResult*) in Read_Book() argument