Searched refs:aElementType (Results 1 – 10 of 10) sorted by relevance
| /AOO42X/main/framework/source/layoutmanager/ |
| H A D | layoutmanager.cxx | 464 ::rtl::OUString aElementType; in implts_findElement() 467 parseResourceURL( aName, aElementType, aElementName ); in implts_findElement() 468 …if ( aElementType.equalsIgnoreAsciiCaseAscii( "menubar" ) && aElementName.equalsIgnoreAsciiCaseAsc… in implts_findElement() 470 …else if (( aElementType.equalsIgnoreAsciiCaseAscii( "statusbar" ) && aElementName.equalsIgnoreAsci… in implts_findElement() 472 …else if ( aElementType.equalsIgnoreAsciiCaseAscii( "progressbar" ) && aElementName.equalsIgnoreAsc… in implts_findElement() 482 ::rtl::OUString aElementType; in impl_findElement() 485 parseResourceURL( aName, aElementType, aElementName ); in impl_findElement() 486 …if (( aElementType.equalsIgnoreAsciiCaseAscii( "statusbar" ) && aElementName.equalsIgnoreAsciiCase… in impl_findElement() 488 …else if ( aElementType.equalsIgnoreAsciiCaseAscii( "progressbar" ) && aElementName.equalsIgnoreAsc… in impl_findElement() 1487 ::rtl::OUString aElementType; in createElement() [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 | helpers.hxx | 74 void parseResourceURL( const rtl::OUString& aResourceURL, rtl::OUString& aElementType, rtl::OUStrin…
|
| H A D | toolbarlayoutmanager.cxx | 972 ::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 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()
|
| /AOO42X/main/basic/source/classes/ |
| H A D | sbunoobj.cxx | 630 Type aElementType( ((typelib_IndirectTypeDescription *)pTD)->pType ); in implSequenceToMultiDimArray() local 655 …quenceToMultiDimArray( pArray, indices, sizes, aElementAny, dimCopy, bIsZeroIndex, &aElementType ); in implSequenceToMultiDimArray() 863 Type aElementType( ((typelib_IndirectTypeDescription *)pTD)->pType ); in unoToSbxValue() local 868 SbxDataType eSbxElementType = unoToSbxType( aElementType.getTypeClass() ); in unoToSbxValue() 1019 … Type aElementType = getUnoTypeForSbxBaseType( (SbxDataType)(pArray->GetType() & 0xfff) ); in getUnoTypeForSbxValue() local 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() [all …]
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/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()
|
| /AOO42X/main/dbaccess/source/ui/dlg/ |
| H A D | DbAdminImpl.cxx | 1061 Type aElementType(pSequenceTD->pType); in implTranslateProperty() local 1062 switch (aElementType.getTypeClass()) in implTranslateProperty()
|