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()
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 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.cxx630 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 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/forms/source/component/
H A DListBox.cxx1133 Type aElementType = ::comphelper::getSequenceElementType( _rExchangeType ); in lcl_getCurrentExchangeType() local
1134 switch ( aElementType.getTypeClass() ) in lcl_getCurrentExchangeType()
/AOO42X/main/dbaccess/source/ui/dlg/
H A DDbAdminImpl.cxx1061 Type aElementType(pSequenceTD->pType); in implTranslateProperty() local
1062 switch (aElementType.getTypeClass()) in implTranslateProperty()