Searched refs:aCategories (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/dbaccess/source/ui/app/ |
H A D | AppIconControl.cxx | 71 } aCategories[] = { in DBG_NAME() local 77 for ( size_t i=0; i < sizeof(aCategories)/sizeof(aCategories[0]); ++i) in DBG_NAME() 80 String( ModuleRes( aCategories[i].nLabelResId ) ), in DBG_NAME() 81 Image( ModuleRes( aCategories[i].nImageResId ) ), in DBG_NAME() 82 Image( ModuleRes( aCategories[i].nImageResIdHC ) ) ); in DBG_NAME() 84 pEntry->SetUserData( new ElementType( aCategories[i].eType ) ); in DBG_NAME()
|
/aoo41x/main/extensions/source/propctrlr/ |
H A D | defaultforminspection.cxx | 187 } aCategories[] = { in describeCategories() local 193 sal_Int32 nCategories = sizeof( aCategories ) / sizeof( aCategories[0] ); in describeCategories() 198 … pReturn->ProgrammaticName = ::rtl::OUString::createFromAscii( aCategories[i].programmaticName ); in describeCategories() 199 pReturn->UIName = String( PcrRes( aCategories[i].uiNameResId ) ); in describeCategories() 200 pReturn->HelpURL = HelpIdUrl::getHelpURL( aCategories[i].helpId ); in describeCategories()
|
H A D | propcontroller.cxx | 1206 StlSyntaxSequence< PropertyCategoryDescriptor > aCategories; in impl_buildCategories_throw() local 1208 aCategories = m_xModel->describeCategories(); in impl_buildCategories_throw() 1210 …( StlSyntaxSequence< PropertyCategoryDescriptor >::const_iterator category = aCategories.begin(); in impl_buildCategories_throw() 1211 category != aCategories.end(); in impl_buildCategories_throw() 1318 … Sequence< PropertyCategoryDescriptor > aCategories( m_xModel->describeCategories() ); in UpdateUI() local 1319 if ( aCategories.getLength() ) in UpdateUI() 1320 m_pView->activatePage( m_aPageIds[ aCategories[0].ProgrammaticName ] ); in UpdateUI()
|
/aoo41x/main/reportdesign/source/ui/inspection/ |
H A D | DefaultInspection.cxx | 238 } aCategories[] = { in describeCategories() local 243 const size_t nCategories = sizeof( aCategories ) / sizeof( aCategories[0] ); in describeCategories() 248 … pReturn->ProgrammaticName = ::rtl::OUString::createFromAscii( aCategories[i].programmaticName ); in describeCategories() 249 pReturn->UIName = String( ModuleRes( aCategories[i].uiNameResId ) ); in describeCategories() 250 pReturn->HelpURL = HelpIdUrl::getHelpURL( aCategories[i].helpId ); in describeCategories()
|
/aoo41x/main/cui/source/customize/ |
H A D | selector.cxx | 969 aCategories( this, CUI_RES( BOX_SELECTOR_CATEGORIES ), bShowSlots, xFrame ), in SvxScriptSelectorDialog() 999 aCategories.SetFunctionListBox( &aCommands ); in SvxScriptSelectorDialog() 1000 aCategories.Init(); in SvxScriptSelectorDialog() 1003 aCategories.SetSelectHdl( in SvxScriptSelectorDialog() 1045 p = aCategories.GetPosPixel(); in ResizeControls() 1047 aCategories.SetPosPixel( newp ); in ResizeControls() 1048 s = aCategories.GetSizePixel(); in ResizeControls() 1050 aCategories.SetSizePixel( news ); in ResizeControls() 1082 if ( pCtrl == &aCategories ) in IMPL_LINK() 1084 aCategories.GroupSelected(); in IMPL_LINK()
|
/aoo41x/main/chart2/source/tools/ |
H A D | InternalDataProvider.cxx | 583 …vector< vector< uno::Any > > aCategories( m_bDataInColumns ? m_aInternalData.getComplexRowLabels()… in createDataSource() local 586 sal_Int32 nLevelCount = lcl_getInnerLevelCount( aCategories ); in createDataSource() 783 …vector< vector< uno::Any > > aCategories( m_bDataInColumns ? m_aInternalData.getComplexRowLabels()… in getDataByRangeRepresentation() local 784 if( nLevel < lcl_getInnerLevelCount( aCategories ) ) in getDataByRangeRepresentation() 786 aResult.realloc( aCategories.size() ); in getDataByRangeRepresentation() 787 transform( aCategories.begin(), aCategories.end(), in getDataByRangeRepresentation() 794 sal_Int32 nLevelCount = lcl_getInnerLevelCount( aCategories ); in getDataByRangeRepresentation() 1263 …vector< vector< uno::Any > > aCategories( m_bDataInColumns ? m_aInternalData.getComplexRowLabels()… in getDateCategories() local 1264 sal_Int32 nCount = aCategories.size(); in getDateCategories() 1266 vector< vector< uno::Any > >::iterator aIt( aCategories.begin() ); in getDateCategories() [all …]
|
H A D | ExplicitCategoriesProvider.cxx | 587 Sequence< OUString > aCategories( aExplicitCategoriesProvider.getSimpleCategories()); in getCategoryByIndex() local 588 if( nIndex < aCategories.getLength()) in getCategoryByIndex() 589 return aCategories[ nIndex ]; in getCategoryByIndex()
|
/aoo41x/main/chart2/source/controller/dialogs/ |
H A D | DataBrowserModel.cxx | 814 tDataColumn aCategories; in updateFromModel() local 815 aCategories.m_xLabeledDataSequence.set( xCategories ); in updateFromModel() 817 aCategories.m_aUIRoleName = DialogModel::GetRoleDataLabel(); in updateFromModel() 819 aCategories.m_aUIRoleName = lcl_getUIRoleName( xCategories ); in updateFromModel() 820 aCategories.m_eCellType = TEXTORDATE; in updateFromModel() 821 m_aColumns.push_back( aCategories ); in updateFromModel()
|
/aoo41x/main/cui/source/inc/ |
H A D | selector.hxx | 193 SvxConfigGroupListBox_Impl aCategories; member in SvxScriptSelectorDialog 227 { aCategories.SetImageProvider( provider ); } in SetImageProvider()
|
/aoo41x/main/chart2/source/view/charttypes/ |
H A D | VSeriesPlotter.cxx | 510 … Sequence< OUString > aCategories( m_pExplicitCategoriesProvider->getSimpleCategories() ); in createDataLabel() local 511 if( nPointIndex >= 0 && nPointIndex < aCategories.getLength() ) in createDataLabel() 513 aText.append( aCategories[nPointIndex] ); in createDataLabel()
|
/aoo41x/main/xmloff/source/chart/ |
H A D | SchXMLExport.cxx | 2494 …SvXMLElementExport aCategories( mrExport, XML_NAMESPACE_CHART, XML_CATEGORIES, sal_True, sal_True … in exportAxis() local
|
Completed in 88 milliseconds