Home
last modified time | relevance | path

Searched refs:ScRTFCellDefault (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sc/source/filter/inc/
H A Drtfparse.hxx31 struct ScRTFCellDefault struct
38 ScRTFCellDefault( SfxItemPool* pPool ) : in ScRTFCellDefault() function
42 DECLARE_LIST( ScRTFDefaultList, ScRTFCellDefault* )
49 struct ScRTFCellDefault;
63 ScRTFCellDefault* pInsDefault;
64 ScRTFCellDefault* pActDefault;
65 ScRTFCellDefault* pDefMerge;
/aoo4110/main/sc/source/filter/rtf/
H A Drtfparse.cxx69 pInsDefault = new ScRTFCellDefault( pPool ); in ScRTFParser()
77 for ( ScRTFCellDefault* pD = pDefaultList->First(); pD; pD = pDefaultList->Next() ) in ~ScRTFParser()
231 ScRTFCellDefault* pD; in NewCellRow()
285 ScRTFCellDefault* pD; in ProcToken()
325 pInsDefault = new ScRTFCellDefault( pPool ); in ProcToken()

Completed in 20 milliseconds