Searched refs:pLabels (Results 1 – 5 of 5) sorted by relevance
166 const OUString* pLabels = aLabels.getConstArray(); in FillLabels() local171 sPrefix += pLabels[nLabel]; in FillLabels()195 const OUString* pLabels = aLabels.getConstArray(); in HasLabel() local200 sPrefix += pLabels[nLabel]; in HasLabel()223 const OUString* pLabels = rLabels.getConstArray(); in lcl_Exists() local225 if(pLabels[i] == rNode) in lcl_Exists()255 const OUString* pLabels = aLabels.getConstArray(); in SaveLabel() local261 sPrefix += pLabels[nLabel]; in SaveLabel()274 sFoundNode = pLabels[nLabel]; in SaveLabel()
87 const uno::Sequence< rtl::OUString >* pLabels = m_bUseTextLabels? &m_aTextLabels : 0; in createTextShapes_ForAngleAxis() local117 if(pLabels) in createTextShapes_ForAngleAxis()120 if( nIndex>=0 && nIndex<pLabels->getLength() ) in createTextShapes_ForAngleAxis()121 aLabel = (*pLabels)[nIndex]; in createTextShapes_ForAngleAxis()
866 … Window* pLabels[] = { &aSearchNameFT, &aSearchFT, &aURLFT, &aPostFixFT, &aSeparatorFT, &aCaseFT }; in InitControls_Impl() local867 Window** pLabel = pLabels; in InitControls_Impl()868 const sal_Int32 nLabelCount = sizeof( pLabels ) / sizeof( pLabels[0] ); in InitControls_Impl()881 pLabel = pLabels; in InitControls_Impl()
3179 LabelList* pLabels = new LabelList();3180 pLabels->push_back($1);3181 $$ = pLabels;3195 LabelList* pLabels = new LabelList();3196 pLabels->push_back($2);3197 $$ = pLabels;
2258 OUString *pLabels = aLabels.getArray(); in generateLabel() local2300 pLabels[i] = aTxt; in generateLabel()
Completed in 50 milliseconds