Searched refs:aElementType (Results 1 – 10 of 10) sorted by relevance
/aoo41x/main/framework/source/layoutmanager/ |
H A D | layoutmanager.cxx | 464 ::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 D | helpers.cxx | 237 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 D | toolbarlayoutmanager.cxx | 770 ::rtl::OUString aElementType; in dockAllToolbars() 968 ::rtl::OUString aElementType( RTL_CONSTASCII_USTRINGPARAM( "toolbar" )); in implts_createAddonsToolBars() 1027 UIElement aNewToolbar( aAddonToolBarName, aElementType, xUIElement ); in implts_createAddonsToolBars() 1116 ::rtl::OUString aElementType; in implts_createNonContextSensitiveToolBars() 1130 parseResourceURL( aName, aElementType, aElementName ); in implts_createNonContextSensitiveToolBars() 1135 …if ( aElementType.equalsIgnoreAsciiCaseAscii( "toolbar" ) && aElementName.indexOf( m_aCustomTbxPre… in implts_createNonContextSensitiveToolBars() 3983 ::rtl::OUString aElementType; in elementInserted() 3985 parseResourceURL( rEvent.ResourceURL, aElementType, aElementName ); in elementInserted()
|
H A D | helpers.hxx | 74 void parseResourceURL( const rtl::OUString& aResourceURL, rtl::OUString& aElementType, rtl::OUStrin…
|
/aoo41x/main/vcl/workben/ |
H A D | svpclient.cxx | 199 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()
|
/aoo41x/main/basic/source/classes/ |
H A D | sbunoobj.cxx | 1020 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 …]
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | stringrepresentation.cxx | 522 uno::Type aElementType = ::comphelper::getSequenceElementType( _rTargetType ); in convertStringToGenericValue() local 525 switch ( aElementType.getTypeClass() ) in convertStringToGenericValue()
|
/aoo41x/main/sfx2/source/notify/ |
H A D | eventsupplier.cxx | 183 UNOTYPE aElementType = ::getCppuType( (const SEQUENCE < PROPERTYVALUE > *)0 ); in getElementType() local 184 return aElementType; in getElementType()
|
/aoo41x/main/forms/source/component/ |
H A D | ListBox.cxx | 1133 Type aElementType = ::comphelper::getSequenceElementType( _rExchangeType ); in lcl_getCurrentExchangeType() local 1134 switch ( aElementType.getTypeClass() ) in lcl_getCurrentExchangeType()
|
/aoo41x/main/dbaccess/source/ui/dlg/ |
H A D | DbAdminImpl.cxx | 1061 Type aElementType(pSequenceTD->pType); in implTranslateProperty() local 1062 switch (aElementType.getTypeClass()) in implTranslateProperty()
|
Completed in 118 milliseconds