Home
last modified time | relevance | path

Searched refs:aAllTypes (Results 1 – 4 of 4) sorted by relevance

/trunk/main/avmedia/source/viewer/
H A Dmediawindow.cxx398 ::rtl::OUString aAllTypes; in executeMediaURLDialog()
409 if( !aAllTypes.isEmpty() ) in executeMediaURLDialog()
410 aAllTypes += aSeparator; in executeMediaURLDialog()
412 ( aAllTypes += aWildcard ) += aFilters[ i ].second.getToken( 0, ';', nIndex ); in executeMediaURLDialog()
417 aDlg.AddFilter( AVMEDIA_RESID( AVMEDIA_STR_ALL_MEDIAFILES ), aAllTypes ); in executeMediaURLDialog()
/trunk/main/svx/source/accessibility/
H A DAccessibleControlShape.cxx479 Sequence< Type > aAllTypes = concatSequences( aShapeTypes, aOwnTypes, aAggregateTypes ); in getTypes() local
482 Type* pBegin = aAllTypes.getArray(); in getTypes()
483 Type* pEnd = pBegin + aAllTypes.getLength(); in getTypes()
494 aAllTypes.realloc( pEnd - aAllTypes.getArray() ); in getTypes()
496 return aAllTypes; in getTypes()
/trunk/main/extensions/source/propctrlr/
H A Dxsdvalidationpropertyhandler.cxx668 ::std::vector< ::rtl::OUString > aAllTypes; in implGetAvailableDataTypeNames()
669 m_pHelper->getAvailableDataTypeNames( aAllTypes ); in implGetAvailableDataTypeNames()
671 _rNames.reserve( aAllTypes.size() ); in implGetAvailableDataTypeNames()
674 for ( ::std::vector< ::rtl::OUString >::const_iterator dataType = aAllTypes.begin(); in implGetAvailableDataTypeNames()
675 dataType != aAllTypes.end(); in implGetAvailableDataTypeNames()
/trunk/main/cui/source/dialogs/
H A Dcuigaldlg.cxx916 ::rtl::OUString aAllTypes; in FillFilterList()

Completed in 37 milliseconds