/aoo41x/main/autodoc/source/display/toolkit/ |
H A D | out_node.cxx | 75 Node::Node( const String & i_name, in Node() argument 77 : sName(i_name), in Node() 96 Node::Provide_Child( const String & i_name ) in Provide_Child() argument 99 ret = find_Child(i_name); in Provide_Child() 102 return add_Child(i_name); in Provide_Child() 135 Node::find_Child( const String & i_name ) in find_Child() argument 138 aSearch.sName = i_name; in find_Child() 145 if ( ret != aChildren.end() ? (*ret)->Name() == i_name : false ) in find_Child() 152 Node::add_Child( const String & i_name ) in add_Child() argument 155 pNew = new Node(i_name,*this); in add_Child()
|
/aoo41x/main/autodoc/source/display/inc/toolkit/ |
H A D | out_node.hxx | 66 const String & i_name ); 91 const String & i_name ) in Child() argument 92 { return find_Child(i_name); } in Child() 101 const String & i_name, 105 const String & i_name ); 107 const String & i_name );
|
/aoo41x/main/autodoc/source/ary/loc/ |
H A D | loca_le.cxx | 94 LocationAdmin::CheckIn_File( const String & i_name, in CheckIn_File() argument 106 fid = parent_dir.Search_File(i_name); in CheckIn_File() 110 ret = new File(i_name, parent_dir.LeId()); in CheckIn_File() 141 const String & i_name ) in CheckIn_Directory() argument 144 did = io_parent.Search_Dir(i_name); in CheckIn_Directory() 148 ret = new Directory(i_name, io_parent.LeId()); in CheckIn_Directory()
|
H A D | loc_dir.cxx | 91 Directory::Search_Dir(const String & i_name) const in Search_Dir() 93 return pChildren->aSubDirectories.Search(i_name); in Search_Dir() 97 Directory::Search_File(const String & i_name) const in Search_File() 99 return pChildren->aFiles.Search(i_name); in Search_File()
|
H A D | loca_le.hxx | 62 const String & i_name, 78 const String & i_name );
|
/aoo41x/main/sfx2/source/doc/ |
H A D | SfxDocumentMetaData.cxx | 334 void SAL_CALL updateElement(const char *i_name, 348 bool SAL_CALL setMetaText(const char* i_name, 352 void SAL_CALL setMetaTextAndNotify(const char* i_name, 361 const char* i_name) const; 364 bool SAL_CALL setMetaList(const char* i_name, 472 getQualifier(const char* i_name) { in getQualifier() argument 671 SfxDocumentMetaData::getMetaText(const char* i_name) const in getMetaText() 684 SfxDocumentMetaData::setMetaText(const char* i_name, in setMetaText() argument 746 if (setMetaText(i_name, i_rValue)) { in setMetaTextAndNotify() 789 SfxDocumentMetaData::setMetaList(const char* i_name, in setMetaList() argument [all …]
|
/aoo41x/main/autodoc/source/display/idl/ |
H A D | hfi_typetext.cxx | 201 const String & i_name, in Produce_LinkInDocu() argument 213 CurOut() << i_scope << "::" << i_name; in Produce_LinkInDocu() 222 i_name, in Produce_LinkInDocu() 226 CurOut() << i_scope << "::" << i_name; in Produce_LinkInDocu() 231 produce_FromStd(aModule_, i_name, i_member, 0, exists_yes); in Produce_LinkInDocu() 602 HF_IdlTypeText::errorOut_UnresolvedLink( const char * i_name ) const in errorOut_UnresolvedLink() 614 TheMessages().Out_UnresolvedLink( i_name, in errorOut_UnresolvedLink()
|
H A D | hfi_typetext.hxx | 59 const String & i_name, 116 const char * i_name ) const;
|
H A D | hi_ary.cxx | 50 const String & i_name ) const in find_SubModule() 53 nModule = i_parent.Search_Name(i_name); in find_SubModule()
|
H A D | hi_ary.hxx | 136 const String & i_name ) const;
|
/aoo41x/main/autodoc/source/ary/cpp/ |
H A D | usedtype.cxx | 128 const String & i_name ); 480 const String & i_name ) in CheckForRelatedCe_inNode() argument 489 i_name ); in CheckForRelatedCe_inNode() 494 return i_node.Search(i_name); in CheckForRelatedCe_inNode()
|
H A D | c_de.cxx | 34 DefineEntity::DefineEntity( const String & i_name, in DefineEntity() argument 36 : sName(i_name), in DefineEntity()
|
H A D | c_define.cxx | 39 Define::Define( const String & i_name, in Define() argument 42 : DefineEntity(i_name, i_declaringFile), in Define()
|
H A D | c_macro.cxx | 37 Macro::Macro( const String & i_name, in Macro() argument 41 : DefineEntity(i_name, i_declaringFile), in Macro()
|
H A D | c_class.cxx | 136 const String & i_name ) in find_name() 137 : sName(i_name) {} in find_name()
|
/aoo41x/main/autodoc/source/ary/idl/ |
H A D | i_namelookup.cxx | 43 NameLookup::Add_Name( const String & i_name, in Add_Name() argument 49 i_name, in Add_Name()
|
/aoo41x/main/autodoc/inc/ary/loc/ |
H A D | loc_dir.hxx | 79 const String & i_name ) const; 81 const String & i_name ) const;
|
H A D | locp_le.hxx | 66 const String & i_name,
|
/aoo41x/main/wizards/com/sun/star/wizards/common/ |
H A D | NamedValueCollection.java | 56 public final void put( final String i_name, final Object i_value ) in put() argument 58 m_values.put( i_name, i_value ); in put()
|
/aoo41x/main/wizards/com/sun/star/wizards/db/ |
H A D | DatabaseObjectWizard.java | 80 …protected final void loadSubComponent( final int i_type, final String i_name, final boolean i_forE… in loadSubComponent() argument 85 m_docUI.loadComponent( i_type, i_name, i_forEditing ); in loadSubComponent()
|
/aoo41x/main/wizards/com/sun/star/wizards/reportbuilder/ |
H A D | ReportBuilderImplementation.java | 437 …public void createAndOpenReportDocument(String i_name, boolean i_asTemplate, boolean i_openForEdit… in createAndOpenReportDocument() argument 454 loadReport(i_name); in createAndOpenReportDocument() 465 if (getRecordParser().storeDatabaseDocumentToTempPath(document, i_name)) in createAndOpenReportDocument()
|
/aoo41x/main/autodoc/inc/ary/cpp/ |
H A D | c_define.hxx | 52 const String & i_name,
|
H A D | c_macro.hxx | 51 const String & i_name,
|
H A D | c_de.hxx | 66 const String & i_name,
|
/aoo41x/main/autodoc/inc/ary/idl/ |
H A D | i_namelookup.hxx | 77 const String & i_name,
|