Searched refs:PageDisplay (Results 1 – 23 of 23) sorted by relevance
| /AOO41X/main/autodoc/source/display/html/ |
| H A D | pagemake.cxx | 69 PageDisplay::PageDisplay( OuputPage_Environment & io_rEnv ) in PageDisplay() function in PageDisplay 75 PageDisplay::~PageDisplay() in ~PageDisplay() 81 PageDisplay::Create_OverviewFile() in Create_OverviewFile() 92 PageDisplay::Create_AllDefsFile() in Create_AllDefsFile() 107 PageDisplay::Create_IndexFiles() in Create_IndexFiles() 116 PageDisplay::Create_HelpFile() in Create_HelpFile() 127 PageDisplay::Create_NamespaceFile() in Create_NamespaceFile() 151 PageDisplay::Setup_OperationsFile_for( const ary::loc::File & i_rFile ) in Setup_OperationsFile_for() 188 PageDisplay::Setup_OperationsFile_for( const ary::cpp::Class & i_rClass ) in Setup_OperationsFile_for() 211 PageDisplay::Setup_DataFile_for( const ary::loc::File & i_rFile ) in Setup_DataFile_for() [all …]
|
| H A D | dsply_da.cxx | 78 pClassMembersDisplay = new PageDisplay(*pEnv); in PrepareForStdMembers() 116 PageDisplay & rPage = FindPage_for( i_rData ); in do_Process() 128 PageDisplay & 136 PageDisplay * in FindPage_for() 137 pFound = csv::value_from_map( aMap_GlobalDataDisplay, nSourceFile, (PageDisplay*)0 ); in FindPage_for() 140 pFound = new PageDisplay( *pEnv ); in FindPage_for()
|
| H A D | dsply_op.cxx | 62 pClassMembersDisplay = new PageDisplay(*pEnv); in PrepareForStdMembers() 96 PageDisplay & rPage = FindPage_for( i_rData ); in do_Process() 108 PageDisplay & 116 PageDisplay * in FindPage_for() 117 … pFound = csv::value_from_map( aMap_GlobalFunctionsDisplay, nSourceFile, (PageDisplay*)0 ); in FindPage_for() 120 pFound = new PageDisplay( *pEnv ); in FindPage_for()
|
| H A D | chd_udk2.cxx | 92 PageDisplay aPageMaker( *pCurPageEnv ); in Create_Overview_File() 99 PageDisplay aPageMaker( *pCurPageEnv ); in Create_Help_File() 106 PageDisplay aPageMaker( *pCurPageEnv ); in Create_AllDefs_File() 128 PageDisplay aPageMaker( *pCurPageEnv ); in CreateFiles_InSubTree_Index() 157 PageDisplay aPageMaker( *pCurPageEnv ); in DisplayFiles_InNamespace()
|
| H A D | pm_base.hxx | 45 class PageDisplay; 67 PageDisplay & io_rPage ); 72 PageDisplay & Page() { return *pPage; } in Page() 78 PageDisplay * pPage;
|
| H A D | dsply_op.hxx | 49 class PageDisplay; 79 typedef std::map< SourceFileId, DYN PageDisplay* > Map_FileId2PagePtr; 81 PageDisplay & FindPage_for( 90 Dyn<PageDisplay> pClassMembersDisplay;
|
| H A D | dsply_da.hxx | 52 class PageDisplay; 82 typedef std::map< SourceFileId, DYN PageDisplay* > Map_FileId2PagePtr; 84 PageDisplay & FindPage_for( 93 Dyn<PageDisplay> pClassMembersDisplay;
|
| H A D | pagemake.hxx | 59 class PageDisplay : public ary::Display, class 66 PageDisplay( 69 virtual ~PageDisplay();
|
| H A D | dsply_cl.hxx | 43 class PageDisplay; 70 PageDisplay & io_rPageMaker );
|
| H A D | dsply_cl.cxx | 49 PageDisplay & io_rPageMaker ) in DisplayFiles_InClass() 90 PageDisplay aPageMaker( Env() ); in do_Process()
|
| H A D | pm_help.hxx | 41 PageDisplay & io_rPage );
|
| H A D | pm_start.hxx | 41 PageDisplay & io_rPage );
|
| H A D | pm_base.cxx | 33 SpecializedPageMaker::SpecializedPageMaker( PageDisplay & io_rPage ) in SpecializedPageMaker()
|
| H A D | pm_namsp.hxx | 42 PageDisplay & io_rPage );
|
| H A D | pm_aldef.hxx | 52 PageDisplay & io_rPage );
|
| H A D | pm_help.cxx | 183 PageMaker_Help::PageMaker_Help( PageDisplay & io_rPage ) in PageMaker_Help()
|
| H A D | pm_start.cxx | 48 PageMaker_Overview::PageMaker_Overview( PageDisplay & io_rPage ) in PageMaker_Overview()
|
| H A D | pm_class.hxx | 65 PageDisplay & io_rPage,
|
| H A D | pm_index.hxx | 71 PageDisplay & io_rPage,
|
| H A D | pm_namsp.cxx | 45 PageMaker_Namespace::PageMaker_Namespace( PageDisplay & io_rPage ) in PageMaker_Namespace()
|
| H A D | pm_aldef.cxx | 51 PageMaker_AllDefs::PageMaker_AllDefs( PageDisplay & io_rPage ) in PageMaker_AllDefs()
|
| H A D | pm_index.cxx | 85 PageMaker_Index::PageMaker_Index( PageDisplay & io_rPage, in PageMaker_Index()
|
| H A D | pm_class.cxx | 102 PageMaker_Class::PageMaker_Class( PageDisplay & io_rPage, in PageMaker_Class()
|