Home
last modified time | relevance | path

Searched defs:Name (Results 1 – 25 of 151) sorted by relevance

1234567

/trunk/main/svl/inc/svl/
H A Dhint.hxx39 #define DECL_PTRHINT(Visibility, Name, Type) \ argument
54 #define IMPL_PTRHINT_AUTODELETE(Name, Type) \ argument
60 #define IMPL_PTRHINT(Name, Type) \ argument
H A Dsmplhint.hxx76 #define DECL_OBJHINT(Name, Type) \ argument
88 #define IMPL_OBJHINT(Name, Type) \ argument
/trunk/main/setup_native/source/win32/customactions/reg4msdoc/
H A Dregistrywnt.cxx279 RegistryValue RegistryKeyImplWinNT::GetValue(const std::wstring& Name, const RegistryValue& Default… in GetValue() argument
378 RegistryKey RegistryKeyImplWinNT::OpenSubKey(const std::wstring& Name, bool Writeable) in OpenSubKey()
395 RegistryKey RegistryKeyImplWinNT::CreateSubKey(const std::wstring& Name) in CreateSubKey()
435 void RegistryKeyImplWinNT::DeleteSubKey(const std::wstring& Name) in DeleteSubKey()
470 void RegistryKeyImplWinNT::DeleteSubKeyTree(const std::wstring& Name) in DeleteSubKeyTree()
485 LONG RegistryKeyImplWinNT::ImplDeleteSubKeyTree(HKEY RootKey, const std::wstring& Name) in ImplDeleteSubKeyTree()
563 void RegistryKeyImplWinNT::DeleteValue(const std::wstring& Name) in DeleteValue()
H A Dregistryw9x.cxx266 RegistryValue RegistryKeyImplWin9x::GetValue(const std::wstring& Name, const RegistryValue& Default… in GetValue() argument
365 RegistryKey RegistryKeyImplWin9x::OpenSubKey(const std::wstring& Name, bool Writeable) in OpenSubKey()
382 RegistryKey RegistryKeyImplWin9x::CreateSubKey(const std::wstring& Name) in CreateSubKey()
422 void RegistryKeyImplWin9x::DeleteSubKey(const std::wstring& Name) in DeleteSubKey()
457 void RegistryKeyImplWin9x::DeleteSubKeyTree(const std::wstring& Name) in DeleteSubKeyTree()
480 void RegistryKeyImplWin9x::DeleteValue(const std::wstring& Name) in DeleteValue()
H A Dregistryvalueimpl.cxx48 RegistryValueImpl::RegistryValueImpl(const std::wstring& Name, int Value) : in RegistryValueImpl()
58 RegistryValueImpl::RegistryValueImpl(const std::wstring& Name, const std::wstring& Value) : in RegistryValueImpl()
69 RegistryValueImpl::RegistryValueImpl(const std::wstring& Name, const std::string& Value) : in RegistryValueImpl()
H A Dregistry.cxx205 void RegistryKeyImpl::CopyValue(const RegistryKey& RegistryKey, const std::wstring& Name) in CopyValue()
229 void RegistryKeyImpl::CopyValue(const RegistryKey& RegistryKey, const std::wstring& Name, const std… in CopyValue()
/trunk/main/basic/source/classes/
H A Dpropacc.cxx245 Property PropertySetInfoImpl::getPropertyByName(const ::rtl::OUString& Name) throw( RuntimeExceptio… in getPropertyByName()
253 sal_Bool PropertySetInfoImpl::hasPropertyByName(const ::rtl::OUString& Name) throw( RuntimeExceptio… in hasPropertyByName()
295 Property SbPropertySetInfo::getPropertyByName(const ::rtl::OUString& Name) in getPropertyByName()
301 sal_Bool SbPropertySetInfo::hasPropertyByName(const ::rtl::OUString& Name) in hasPropertyByName()
321 void SbPropertyContainer::addProperty(const ::rtl::OUString& Name, in addProperty()
333 void SbPropertyContainer::removeProperty(const ::rtl::OUString& Name) in removeProperty()
346 Property SbPropertyContainer::getPropertyByName(const ::rtl::OUString& Name) in getPropertyByName()
352 sal_Bool SbPropertyContainer::hasPropertyByName(const ::rtl::OUString& Name) in hasPropertyByName()
/trunk/main/desktop/source/app/
H A Ddesktopcontext.cxx43 Any SAL_CALL DesktopContext::getValueByName( const OUString& Name) throw (RuntimeException) in getValueByName()
/trunk/main/padmin/source/
H A Ddesktopcontext.cxx39 Any SAL_CALL DesktopContext::getValueByName( const OUString& Name) throw (RuntimeException) in getValueByName()
/trunk/main/stoc/source/namingservice/
H A Dnamingservice.cxx186 Reference< XInterface > NamingService_Impl::getRegisteredObject( const OUString& Name ) throw(Excep… in getRegisteredObject()
197 void NamingService_Impl::registerObject( const OUString& Name, const Reference< XInterface >& Objec… in registerObject()
204 void NamingService_Impl::revokeObject( const OUString& Name ) throw(Exception, RuntimeException) in revokeObject()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DIOffice.java43 public void load(String Name) throws OfficeException; in load()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/text/
H A D_XAutoTextContainer.java44 public String Name = ""; field in _XAutoTextContainer
/trunk/main/idl/source/prj/
H A Dglobals.cxx96 #define A_ENTRY( Name ) , MM_##Name( INS( #Name ) ) argument
/trunk/main/autodoc/source/ary/idl/
H A Dit_named.hxx54 const String & Name() const { return sName; } in Name() function in ary::idl::Named_Type
H A Dit_xnameroom.hxx71 const String & Name() const { return aImpl.Name(); } in Name() function in ary::idl::ExplicitNameRoom
/trunk/main/autodoc/inc/ary/idl/
H A Di_param.hxx53 const String & Name() const { return sName; } in Name() function in ary::idl::Parameter
/trunk/main/ucbhelper/source/provider/
H A Dcontentinfo.cxx175 const rtl::OUString& Name ) in hasPropertyByName()
311 const rtl::OUString& Name ) in getCommandInfoByName()
339 const rtl::OUString& Name ) in hasCommandByName()
/trunk/main/oox/source/shape/
H A DShapeContextHandler.cxx158 void SAL_CALL ShapeContextHandler::startUnknownElement in startUnknownElement()
178 void SAL_CALL ShapeContextHandler::endUnknownElement in endUnknownElement()
206 ShapeContextHandler::createUnknownChildContext in createUnknownChildContext()
/trunk/main/ucb/source/ucp/ftp/
H A DftpresultsetI.cxx67 const rtl::OUString& Name = seqProp[i].Name; in ResultSetI() local
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/db/
H A DDataSourceDescriptor.java38 public String Name = null ; field in DataSourceDescriptor
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/container/
H A D_XNameContainer.java68 String Name = "XNameContainer"; field in _XNameContainer
/trunk/main/autodoc/inc/ary/cpp/
H A Dnamechain.hxx125 NameSegment::Name() const in Name() function in ary::cpp::ut::NameSegment
/trunk/main/svtools/source/java/
H A Djavacontext.cxx78 Any SAL_CALL JavaContext::getValueByName( const ::rtl::OUString& Name) throw (RuntimeException) in getValueByName()
/trunk/main/wizards/com/sun/star/wizards/table/
H A DCGCategory.java41 public String Name; field in CGCategory
/trunk/main/autodoc/source/display/inc/toolkit/
H A Dout_position.hxx64 const String & Name() const { return pDirectory->Name(); } in Name() function in output::Position

Completed in 64 milliseconds

1234567