Searched refs:WW8PLCFManResult (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/sw/source/filter/ww8/dump/ |
H A D | ww8scan.hxx | 608 struct WW8PLCFManResult struct 685 void GetSprmStart( short nIdx, WW8PLCFManResult* pRes ); 686 void GetSprmEnd( short nIdx, WW8PLCFManResult* pRes ); 687 void GetNoSprmStart( short nIdx, WW8PLCFManResult* pRes ); 688 void GetNoSprmEnd( short nIdx, WW8PLCFManResult* pRes ); 702 sal_Bool Get( WW8PLCFManResult* pResult );
|
H A D | ww8scan.cxx | 4372 void WW8PLCFMan::GetSprmStart( short nIdx, WW8PLCFManResult* pRes ) const in GetSprmStart() 4374 memset( pRes, 0, sizeof( WW8PLCFManResult ) ); in GetSprmStart() 4400 void WW8PLCFMan::GetSprmEnd( short nIdx, WW8PLCFManResult* pRes ) const in GetSprmEnd() 4402 memset( pRes, 0, sizeof( WW8PLCFManResult ) ); in GetSprmEnd() 4415 void WW8PLCFMan::GetNoSprmStart( short nIdx, WW8PLCFManResult* pRes ) const in GetNoSprmStart() 4443 void WW8PLCFMan::GetNoSprmEnd( short nIdx, WW8PLCFManResult* pRes ) const in GetNoSprmEnd() 4664 bool WW8PLCFMan::Get(WW8PLCFManResult* pRes) const in Get() 4666 memset( pRes, 0, sizeof( WW8PLCFManResult ) ); in Get()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8scan.hxx | 762 struct WW8PLCFManResult struct 858 void GetSprmStart(short nIdx, WW8PLCFManResult* pRes) const; 859 void GetSprmEnd(short nIdx, WW8PLCFManResult* pRes) const; 860 void GetNoSprmStart(short nIdx, WW8PLCFManResult* pRes) const; 861 void GetNoSprmEnd(short nIdx, WW8PLCFManResult* pRes) const; 876 bool Get(WW8PLCFManResult* pResult) const;
|
H A D | ww8par.hxx | 71 struct WW8PLCFManResult; 1273 void ProcessAktCollChange(WW8PLCFManResult& rRes, bool* pStartAttr, 1494 long ImportExtSprm(WW8PLCFManResult* pRes); 1573 long Read_Ftn(WW8PLCFManResult* pRes); 1575 long Read_Field(WW8PLCFManResult* pRes); 1577 long Read_Book(WW8PLCFManResult*); 1578 long Read_And(WW8PLCFManResult* pRes);
|
H A D | ww8scan.cxx | 4817 void WW8PLCFMan::GetSprmStart( short nIdx, WW8PLCFManResult* pRes ) const in GetSprmStart() 4819 memset( pRes, 0, sizeof( WW8PLCFManResult ) ); in GetSprmStart() 4847 void WW8PLCFMan::GetSprmEnd( short nIdx, WW8PLCFManResult* pRes ) const in GetSprmEnd() 4849 memset( pRes, 0, sizeof( WW8PLCFManResult ) ); in GetSprmEnd() 4862 void WW8PLCFMan::GetNoSprmStart( short nIdx, WW8PLCFManResult* pRes ) const in GetNoSprmStart() 4890 void WW8PLCFMan::GetNoSprmEnd( short nIdx, WW8PLCFManResult* pRes ) const in GetNoSprmEnd() 5111 bool WW8PLCFMan::Get(WW8PLCFManResult* pRes) const in Get() 5113 memset( pRes, 0, sizeof( WW8PLCFManResult ) ); in Get()
|
H A D | ww8par5.cxx | 308 long SwWW8ImplReader::Read_Book(WW8PLCFManResult*) in Read_Book() argument 830 long SwWW8ImplReader::Read_Field(WW8PLCFManResult* pRes) in Read_Field()
|
H A D | ww8par.cxx | 1975 long SwWW8ImplReader::Read_And(WW8PLCFManResult* pRes) in Read_And() 3263 void SwWW8ImplReader::ProcessAktCollChange(WW8PLCFManResult& rRes, in ProcessAktCollChange() 3304 WW8PLCFManResult aRes; in ReadTextAttr()
|
H A D | ww8par6.cxx | 5119 long SwWW8ImplReader::ImportExtSprm(WW8PLCFManResult* pRes) in ImportExtSprm() 5124 typedef long (SwWW8ImplReader:: *FNReadRecordExt)(WW8PLCFManResult*); in ImportExtSprm()
|
H A D | ww8par3.cxx | 2209 WW8PLCFManResult aRes; in ImportFormulaControl()
|
H A D | ww8graf.cxx | 627 WW8PLCFManResult aRes; in InsertAttrsAsDrawingAttrs()
|
H A D | ww8par2.cxx | 449 long SwWW8ImplReader::Read_Ftn(WW8PLCFManResult* pRes) in Read_Ftn()
|
Completed in 237 milliseconds