Searched refs:_pAsciiName (Results 1 – 14 of 14) sorted by relevance
/aoo42x/main/unotools/inc/unotools/ |
H A D | confignode.hxx | 119 OConfigurationNode createNode( const sal_Char* _pAsciiName ) const in createNode() 121 return createNode( ::rtl::OUString::createFromAscii( _pAsciiName ) ); in createNode() 135 …OConfigurationNode appendNode( const sal_Char* _pAsciiName, const OConfigurationNode& _aNewNode )… in appendNode() argument 137 return appendNode( ::rtl::OUString::createFromAscii( _pAsciiName ), _aNewNode ); in appendNode() 147 sal_Bool removeNode( const sal_Char* _pAsciiName ) const in removeNode() 149 return removeNode( ::rtl::OUString::createFromAscii( _pAsciiName ) ); in removeNode() 208 …l_Bool hasByName( const sal_Char* _pAsciiName ) const { return hasByName( ::rtl::OUString::createF… in hasByName() 212 …chicalName( const sal_Char* _pAsciiName ) const { return hasByHierarchicalName( ::rtl::OUString::c… in hasByHierarchicalName()
|
/aoo42x/main/dbaccess/source/core/dataaccess/ |
H A D | ModelImpl.hxx | 112 …AsciiPropertyValue( const sal_Char* _pAsciiName, const ::com::sun::star::uno::Any& _rDefaultValue ) in AsciiPropertyValue() 114 ,AsciiName( _pAsciiName ) in AsciiPropertyValue() 120 AsciiPropertyValue( const sal_Char* _pAsciiName, const ::com::sun::star::uno::Type& _rValeType ) in AsciiPropertyValue() 122 ,AsciiName( _pAsciiName ) in AsciiPropertyValue()
|
/aoo42x/main/vbahelper/inc/vbahelper/ |
H A D | vbaaccesshelper.hxx | 49 …eateVBAUnoAPIServiceWithArgs( SfxObjectShell* pShell, const sal_Char* _pAsciiName, const css::uno… in createVBAUnoAPIServiceWithArgs() argument 52 ::rtl::OUString sVarName( ::rtl::OUString::createFromAscii( _pAsciiName ) ); in createVBAUnoAPIServiceWithArgs()
|
H A D | vbahelper.hxx | 69 …ace > createVBAUnoAPIService( SfxObjectShell* pShell, const sal_Char* _pAsciiName ) throw (css::u…
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | pcrcomponentcontext.hxx | 148 getContextValueByAsciiName( const sal_Char* _pAsciiName ) const in getContextValueByAsciiName() 150 return getContextValueByName( ::rtl::OUString::createFromAscii( _pAsciiName ) ); in getContextValueByAsciiName()
|
/aoo42x/main/cui/source/inc/ |
H A D | macropg.hxx | 49 EventDisplayName( const sal_Char* _pAsciiName, const sal_uInt16 _nResId ) in EventDisplayName() 50 : pAsciiEventName( _pAsciiName ) in EventDisplayName()
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | componentcontext.hxx | 236 getContextValueByAsciiName( const sal_Char* _pAsciiName ) const in getContextValueByAsciiName() 238 return getContextValueByName( ::rtl::OUString::createFromAscii( _pAsciiName ) ); in getContextValueByAsciiName()
|
/aoo42x/main/framework/source/uifactory/ |
H A D | menubarfactory.cxx | 121 ,const char* _pAsciiName in CreateUIElement() argument 146 if ( aResourceURL.indexOf( rtl::OUString::createFromAscii(_pAsciiName)) != 0 ) in CreateUIElement()
|
/aoo42x/main/basic/inc/basic/ |
H A D | basmgr.hxx | 226 … SetGlobalUNOConstant( const sal_Char* _pAsciiName, const ::com::sun::star::uno::Any& _rValue ); 229 … bool GetGlobalUNOConstant( const sal_Char* _pAsciiName, ::com::sun::star::uno::Any& aOut );
|
H A D | sbstar.hxx | 208 bool GetUNOConstant( const sal_Char* _pAsciiName, ::com::sun::star::uno::Any& aOut );
|
/aoo42x/main/framework/inc/uifactory/ |
H A D | menubarfactory.hxx | 74 ,const char* _pAsciiName
|
/aoo42x/main/basic/source/basmgr/ |
H A D | basmgr.cxx | 1786 bool BasicManager::GetGlobalUNOConstant( const sal_Char* _pAsciiName, ::com::sun::star::uno::Any& a… in GetGlobalUNOConstant() argument 1792 bRes = pStandardLib->GetUNOConstant( _pAsciiName, aOut ); in GetGlobalUNOConstant() 1796 Any BasicManager::SetGlobalUNOConstant( const sal_Char* _pAsciiName, const Any& _rValue ) in SetGlobalUNOConstant() argument 1805 ::rtl::OUString sVarName( ::rtl::OUString::createFromAscii( _pAsciiName ) ); in SetGlobalUNOConstant()
|
/aoo42x/main/vbahelper/source/vbahelper/ |
H A D | vbahelper.cxx | 98 …face > createVBAUnoAPIService( SfxObjectShell* pShell, const sal_Char* _pAsciiName ) throw (css::u… in createVBAUnoAPIService() argument 101 ::rtl::OUString sVarName( ::rtl::OUString::createFromAscii( _pAsciiName ) ); in createVBAUnoAPIService()
|
/aoo42x/main/basic/source/classes/ |
H A D | sb.cxx | 1979 bool StarBASIC::GetUNOConstant( const sal_Char* _pAsciiName, ::com::sun::star::uno::Any& aOut ) in GetUNOConstant() argument 1982 ::rtl::OUString sVarName( ::rtl::OUString::createFromAscii( _pAsciiName ) ); in GetUNOConstant()
|
Completed in 97 milliseconds