Home
last modified time | relevance | path

Searched refs:_pAsciiName (Results 1 – 14 of 14) sorted by relevance

/trunk/main/unotools/inc/unotools/
H A Dconfignode.hxx119 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()
/trunk/main/dbaccess/source/core/dataaccess/
H A DModelImpl.hxx112 …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()
/trunk/main/vbahelper/inc/vbahelper/
H A Dvbaaccesshelper.hxx49 …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 Dvbahelper.hxx69 …ace > createVBAUnoAPIService( SfxObjectShell* pShell, const sal_Char* _pAsciiName ) throw (css::u…
/trunk/main/extensions/source/propctrlr/
H A Dpcrcomponentcontext.hxx148 getContextValueByAsciiName( const sal_Char* _pAsciiName ) const in getContextValueByAsciiName()
150 return getContextValueByName( ::rtl::OUString::createFromAscii( _pAsciiName ) ); in getContextValueByAsciiName()
/trunk/main/cui/source/inc/
H A Dmacropg.hxx49 EventDisplayName( const sal_Char* _pAsciiName, const sal_uInt16 _nResId ) in EventDisplayName()
50 : pAsciiEventName( _pAsciiName ) in EventDisplayName()
/trunk/main/comphelper/inc/comphelper/
H A Dcomponentcontext.hxx236 getContextValueByAsciiName( const sal_Char* _pAsciiName ) const in getContextValueByAsciiName()
238 return getContextValueByName( ::rtl::OUString::createFromAscii( _pAsciiName ) ); in getContextValueByAsciiName()
/trunk/main/framework/source/uifactory/
H A Dmenubarfactory.cxx121 ,const char* _pAsciiName in CreateUIElement() argument
146 if ( aResourceURL.indexOf( rtl::OUString::createFromAscii(_pAsciiName)) != 0 ) in CreateUIElement()
/trunk/main/basic/inc/basic/
H A Dbasmgr.hxx226 … 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 Dsbstar.hxx208 bool GetUNOConstant( const sal_Char* _pAsciiName, ::com::sun::star::uno::Any& aOut );
/trunk/main/framework/inc/uifactory/
H A Dmenubarfactory.hxx74 ,const char* _pAsciiName
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx1786 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()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbahelper.cxx98 …face > createVBAUnoAPIService( SfxObjectShell* pShell, const sal_Char* _pAsciiName ) throw (css::u… in createVBAUnoAPIService() argument
101 ::rtl::OUString sVarName( ::rtl::OUString::createFromAscii( _pAsciiName ) ); in createVBAUnoAPIService()
/trunk/main/basic/source/classes/
H A Dsb.cxx1979 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 71 milliseconds