Home
last modified time | relevance | path

Searched refs:aListEntries (Results 1 – 8 of 8) sorted by relevance

/trunk/main/extensions/source/propctrlr/
H A Dformcomponenthandler.cxx555 ::std::vector< ::rtl::OUString > aListEntries; in convertToPropertyValue()
558 sal_Bool bShow = ( aListEntries.size() < 2 ) || ( sControlValue == aListEntries[1] ); in convertToPropertyValue()
661 ::std::vector< ::rtl::OUString > aListEntries; in convertToControlValue()
665 if ( aListEntries.size() == 2 ) in convertToControlValue()
1263 ::std::vector< ::rtl::OUString > aListEntries; in describePropertyLine()
1303 ::std::copy( pStart, pEnd, aListEntries.begin() ); in describePropertyLine()
1367 ::std::vector< ::rtl::OUString > aListEntries; in describePropertyLine()
1376 aListEntries.begin() ); in describePropertyLine()
2596 ::std::vector< ::rtl::OUString > aListEntries; in impl_describeListSourceUI_throw()
2600 impl_fillQueryNames_throw( aListEntries ); in impl_describeListSourceUI_throw()
[all …]
H A Dstringrepresentation.cxx372 ::std::vector< ::rtl::OUString > aListEntries; in convertGenericValueToString()
373 tools::StringListResource aRes(PcrRes(RID_RSC_ENUM_YESNO),aListEntries); in convertGenericValueToString()
376 _rStringRep = bValue ? aListEntries[1] : aListEntries[0]; in convertGenericValueToString()
511 ::std::vector< ::rtl::OUString > aListEntries; in convertStringToGenericValue()
512 tools::StringListResource aRes(PcrRes(RID_RSC_ENUM_YESNO),aListEntries); in convertStringToGenericValue()
513 if ( aListEntries[0] == _rStringRep ) in convertStringToGenericValue()
H A Dsubmissionhandler.cxx298 ::std::vector< ::rtl::OUString > aListEntries; in describePropertyLine()
303 …elper* >( m_pHelper.get() )->getAllElementUINames( EFormsHelper::Submission, aListEntries, false ); in describePropertyLine()
310 aListEntries = m_pInfoService->getPropertyEnumRepresentations( PROPERTY_ID_BUTTONTYPE ); in describePropertyLine()
311 aListEntries.resize( 2 ); in describePropertyLine()
321 …rol = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, aListEntries, sal_False, sal… in describePropertyLine()
H A Deformspropertyhandler.cxx430 ::std::vector< ::rtl::OUString > aListEntries; in describePropertyLine()
436 …rmsHelper* >( m_pHelper.get() )->getAllElementUINames( EFormsHelper::Binding, aListEntries, true ); in describePropertyLine()
441 m_pHelper->getFormModelNames( aListEntries ); in describePropertyLine()
449 m_pHelper->getBindingNames( sCurrentModel, aListEntries ); in describePropertyLine()
468 …rol = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, aListEntries, sal_False, sal… in describePropertyLine()
471 …ol = PropertyHandlerHelper::createComboBoxControl( _rxControlFactory, aListEntries, sal_False, sal… in describePropertyLine()
H A Dlistselectiondlg.cxx103 Sequence< ::rtl::OUString > aListEntries; in initialize() local
104 OSL_VERIFY( m_xListBox->getPropertyValue( PROPERTY_STRINGITEMLIST ) >>= aListEntries ); in initialize()
105 fillEntryList( aListEntries ); in initialize()
H A Dhandlerhelper.cxx89 ::std::vector< ::rtl::OUString > aListEntries; in describePropertyLine()
90 tools::StringListResource aRes(PcrRes(RID_RSC_ENUM_YESNO),aListEntries); in describePropertyLine()
91 …_out_rDescriptor.Control = createListBoxControl( _rxControlFactory, aListEntries, bReadOnlyControl… in describePropertyLine()
H A Dxsdvalidationpropertyhandler.cxx319 ::std::vector< ::rtl::OUString > aListEntries; in describePropertyLine()
328 implGetAvailableDataTypeNames( aListEntries ); in describePropertyLine()
340aListEntries = m_pInfoService->getPropertyEnumRepresentations( PROPERTY_ID_XSD_WHITESPACES ); in describePropertyLine()
419 …rol = PropertyHandlerHelper::createListBoxControl( _rxControlFactory, aListEntries, sal_False, sal… in describePropertyLine()
/trunk/main/toolkit/source/helper/
H A Dformpdfexport.cxx273 Sequence< ::rtl::OUString > aListEntries; in getStringItemVector() local
274 OSL_VERIFY( _rxModel->getPropertyValue( FM_PROP_STRINGITEMLIST ) >>= aListEntries ); in getStringItemVector()
275 …::std::copy( aListEntries.getConstArray(), aListEntries.getConstArray() + aListEntries.getLength(), in getStringItemVector()

Completed in 62 milliseconds