Home
last modified time | relevance | path

Searched refs:aElementType (Results 1 – 10 of 10) sorted by relevance

/aoo42x/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx464 ::rtl::OUString aElementType; in implts_findElement()
482 ::rtl::OUString aElementType; in impl_findElement()
1487 ::rtl::OUString aElementType; in createElement()
1592 ::rtl::OUString aElementType; in destroyElement()
1661 ::rtl::OUString aElementType; in requestElement()
1797 ::rtl::OUString aElementType; in showElement()
1879 ::rtl::OUString aElementType; in hideElement()
1956 ::rtl::OUString aElementType; in dockWindow()
2117 ::rtl::OUString aElementType; in isElementVisible()
2997 ::rtl::OUString aElementType; in elementInserted()
[all …]
H A Dhelpers.cxx237 void parseResourceURL( const rtl::OUString& aResourceURL, rtl::OUString& aElementType, rtl::OUStrin… in parseResourceURL() argument
246 aElementType = aPathPart.getToken( 0, (sal_Unicode)'/', nIndex ); in parseResourceURL()
H A Dhelpers.hxx74 void parseResourceURL( const rtl::OUString& aResourceURL, rtl::OUString& aElementType, rtl::OUStrin…
H A Dtoolbarlayoutmanager.cxx972 ::rtl::OUString aElementType( RTL_CONSTASCII_USTRINGPARAM( "toolbar" )); in implts_createAddonsToolBars()
1031 UIElement aNewToolbar( aAddonToolBarName, aElementType, xUIElement ); in implts_createAddonsToolBars()
1120 ::rtl::OUString aElementType; in implts_createNonContextSensitiveToolBars()
1134 parseResourceURL( aName, aElementType, aElementName ); in implts_createNonContextSensitiveToolBars()
1139 …if ( aElementType.equalsIgnoreAsciiCaseAscii( "toolbar" ) && aElementName.indexOf( m_aCustomTbxPre… in implts_createNonContextSensitiveToolBars()
3996 ::rtl::OUString aElementType; in elementInserted()
3998 parseResourceURL( rEvent.ResourceURL, aElementType, aElementName ); in elementInserted()
/aoo42x/main/vcl/workben/
H A Dsvpclient.cxx199 rtl::OUString aElementType; in parseList() local
208 aElementType = rtl::OStringToOUString( aLine.copy( 13 ), RTL_TEXTENCODING_ASCII_US ); in parseList()
212 aNewElement.append( aElementType ); in parseList()
/aoo42x/main/basic/source/classes/
H A Dsbunoobj.cxx1020 TypeClass eElementTypeClass = aElementType.getTypeClass(); in getUnoTypeForSbxValue()
1045 aElementType = getCppuType( (Any*)0 ); in getUnoTypeForSbxValue()
1048 aElementType = aType; in getUnoTypeForSbxValue()
1051 else if( aElementType != aType ) in getUnoTypeForSbxValue()
1054 aElementType = getCppuType( (Any*)0 ); in getUnoTypeForSbxValue()
1061 aSeqTypeName += aElementType.getTypeName(); in getUnoTypeForSbxValue()
1083 aElementType = getCppuType( (Any*)0 ); in getUnoTypeForSbxValue()
1086 aElementType = aType; in getUnoTypeForSbxValue()
1089 else if( aElementType != aType ) in getUnoTypeForSbxValue()
1092 aElementType = getCppuType( (Any*)0 ); in getUnoTypeForSbxValue()
[all …]
/aoo42x/main/extensions/source/propctrlr/
H A Dstringrepresentation.cxx522 uno::Type aElementType = ::comphelper::getSequenceElementType( _rTargetType ); in convertStringToGenericValue() local
525 switch ( aElementType.getTypeClass() ) in convertStringToGenericValue()
/aoo42x/main/sfx2/source/notify/
H A Deventsupplier.cxx183 UNOTYPE aElementType = ::getCppuType( (const SEQUENCE < PROPERTYVALUE > *)0 ); in getElementType() local
184 return aElementType; in getElementType()
/aoo42x/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx1061 Type aElementType(pSequenceTD->pType); in implTranslateProperty() local
1062 switch (aElementType.getTypeClass()) in implTranslateProperty()
/aoo42x/main/forms/source/component/
H A DListBox.cxx1133 Type aElementType = ::comphelper::getSequenceElementType( _rExchangeType ); in lcl_getCurrentExchangeType() local
1134 switch ( aElementType.getTypeClass() ) in lcl_getCurrentExchangeType()

Completed in 203 milliseconds