Home
last modified time | relevance | path

Searched refs:theName (Results 1 – 8 of 8) sorted by relevance

/trunk/main/codemaker/inc/codemaker/
H A Dexceptiontree.hxx43 ExceptionTreeNode(rtl::OString const & theName): in ExceptionTreeNode()
44 name(theName), present(false) {} in ExceptionTreeNode()
53 ExceptionTreeNode * add(rtl::OString const & theName);
/trunk/main/sc/source/ui/namedlg/
H A Dnamedlg.cxx610 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()
/trunk/main/sc/source/ui/dbgui/
H A Ddbnamdlg.cxx633 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()
/trunk/main/configmgr/source/
H A Dxcsparser.hxx87 rtl::OUString const & theName): in Element()
88 node(theNode), name(theName) {} in Element()
H A Dxcuparser.hxx131 rtl::OUString const & theName, bool theLocked): in State()
132 node(theNode), name(theName), ignore(false), insert(true), in State()
H A Dcomponents.cxx84 rtl::OUString const & theName, in UnresolvedListItem()
86 name(theName), manager(theManager) {} in UnresolvedListItem()
/trunk/main/codemaker/source/codemaker/
H A Dexceptiontree.cxx43 ExceptionTreeNode * ExceptionTreeNode::add(rtl::OString const & theName) { in add() argument
44 std::auto_ptr< ExceptionTreeNode > node(new ExceptionTreeNode(theName)); in add()
/trunk/main/xmlreader/inc/xmlreader/
H A Dxmlreader.hxx103 Span const & theName, in ElementData()
106 name(theName), inheritedNamespaces(theInheritedNamespaces), in ElementData()

Completed in 37 milliseconds