Home
last modified time | relevance | path

Searched refs:aCategories (Results 1 – 11 of 11) sorted by relevance

/aoo42x/main/dbaccess/source/ui/app/
H A DAppIconControl.cxx71 } 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()
/aoo42x/main/extensions/source/propctrlr/
H A Ddefaultforminspection.cxx187 } 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 Dpropcontroller.cxx1206 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()
/aoo42x/main/reportdesign/source/ui/inspection/
H A DDefaultInspection.cxx238 } 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()
/aoo42x/main/cui/source/customize/
H A Dselector.cxx969 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()
/aoo42x/main/chart2/source/tools/
H A DInternalDataProvider.cxx583 …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 DExplicitCategoriesProvider.cxx587 Sequence< OUString > aCategories( aExplicitCategoriesProvider.getSimpleCategories()); in getCategoryByIndex() local
588 if( nIndex < aCategories.getLength()) in getCategoryByIndex()
589 return aCategories[ nIndex ]; in getCategoryByIndex()
/aoo42x/main/chart2/source/controller/dialogs/
H A DDataBrowserModel.cxx814 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()
/aoo42x/main/cui/source/inc/
H A Dselector.hxx193 SvxConfigGroupListBox_Impl aCategories; member in SvxScriptSelectorDialog
227 { aCategories.SetImageProvider( provider ); } in SetImageProvider()
/aoo42x/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx510 … 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()
/aoo42x/main/xmloff/source/chart/
H A DSchXMLExport.cxx2494 …SvXMLElementExport aCategories( mrExport, XML_NAMESPACE_CHART, XML_CATEGORIES, sal_True, sal_True … in exportAxis() local

Completed in 111 milliseconds