Searched refs:theName (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/codemaker/inc/codemaker/ |
H A D | exceptiontree.hxx | 43 ExceptionTreeNode(rtl::OString const & theName): in ExceptionTreeNode() 44 name(theName), present(false) {} in ExceptionTreeNode() 53 ExceptionTreeNode * add(rtl::OString const & theName);
|
/aoo41x/main/sc/source/ui/namedlg/ |
H A D | namedlg.cxx | 610 String theName = aEdName.GetText(); in IMPL_LINK() local 613 != aLBNames.GetEntryPos( theName )); in IMPL_LINK() 617 if ( theName.Len() == 0 ) in IMPL_LINK() 678 if ( (theName.Len()>0) && (theSymbol.Len()>0) ) in IMPL_LINK()
|
/aoo41x/main/sc/source/ui/dbgui/ |
H A D | dbnamdlg.cxx | 633 String theName = aEdName.GetText(); in IMPL_LINK() local 635 != aEdName.GetEntryPos( theName )); in IMPL_LINK() 637 if ( theName.Len() == 0 ) in IMPL_LINK() 670 UpdateDBData( theName ); in IMPL_LINK()
|
/aoo41x/main/configmgr/source/ |
H A D | xcsparser.hxx | 87 rtl::OUString const & theName): in Element() 88 node(theNode), name(theName) {} in Element()
|
H A D | xcuparser.hxx | 131 rtl::OUString const & theName, bool theLocked): in State() 132 node(theNode), name(theName), ignore(false), insert(true), in State()
|
H A D | components.cxx | 84 rtl::OUString const & theName, in UnresolvedListItem() 86 name(theName), manager(theManager) {} in UnresolvedListItem()
|
/aoo41x/main/codemaker/source/codemaker/ |
H A D | exceptiontree.cxx | 43 ExceptionTreeNode * ExceptionTreeNode::add(rtl::OString const & theName) { in add() argument 44 std::auto_ptr< ExceptionTreeNode > node(new ExceptionTreeNode(theName)); in add()
|
/aoo41x/main/xmlreader/inc/xmlreader/ |
H A D | xmlreader.hxx | 103 Span const & theName, in ElementData() 106 name(theName), inheritedNamespaces(theInheritedNamespaces), in ElementData()
|
Completed in 44 milliseconds