Home
last modified time | relevance | path

Searched refs:pLabels (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/ui/envelp/
H A Dlabelcfg.cxx166 const OUString* pLabels = aLabels.getConstArray(); in FillLabels() local
171 sPrefix += pLabels[nLabel]; in FillLabels()
195 const OUString* pLabels = aLabels.getConstArray(); in HasLabel() local
200 sPrefix += pLabels[nLabel]; in HasLabel()
223 const OUString* pLabels = rLabels.getConstArray(); in lcl_Exists() local
225 if(pLabels[i] == rNode) in lcl_Exists()
255 const OUString* pLabels = aLabels.getConstArray(); in SaveLabel() local
261 sPrefix += pLabels[nLabel]; in SaveLabel()
274 sFoundNode = pLabels[nLabel]; in SaveLabel()
/trunk/main/chart2/source/view/axes/
H A DVPolarAngleAxis.cxx87 const uno::Sequence< rtl::OUString >* pLabels = m_bUseTextLabels? &m_aTextLabels : 0; in createTextShapes_ForAngleAxis() local
117 if(pLabels) in createTextShapes_ForAngleAxis()
120 if( nIndex>=0 && nIndex<pLabels->getLength() ) in createTextShapes_ForAngleAxis()
121 aLabel = (*pLabels)[nIndex]; in createTextShapes_ForAngleAxis()
/trunk/main/cui/source/options/
H A Doptinet2.cxx866 … Window* pLabels[] = { &aSearchNameFT, &aSearchFT, &aURLFT, &aPostFixFT, &aSeparatorFT, &aCaseFT }; in InitControls_Impl() local
867 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()
/trunk/main/idlc/source/
H A Dparser.y3179 LabelList* pLabels = new LabelList();
3180 pLabels->push_back($1);
3181 $$ = pLabels;
3195 LabelList* pLabels = new LabelList();
3196 pLabels->push_back($2);
3197 $$ = pLabels;
/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx2258 OUString *pLabels = aLabels.getArray(); in generateLabel() local
2300 pLabels[i] = aTxt; in generateLabel()

Completed in 41 milliseconds