Lines Matching refs:nEntry

245             sal_Int32 nEntry = (nColumn + nRow * nNumberOfColumns);  in lcl_collectColumnWidths()  local
246 if( nEntry < nNumberOfEntries ) in lcl_collectColumnWidths()
248 awt::Size aTextSize( aTextShapes[ nEntry ]->getSize() ); in lcl_collectColumnWidths()
273 sal_Int32 nEntry = (nColumn + nRow * nNumberOfColumns); in lcl_collectRowHeighs() local
274 if( nEntry < nNumberOfEntries ) in lcl_collectRowHeighs()
276 awt::Size aTextSize( aTextShapes[ nEntry ]->getSize() ); in lcl_collectRowHeighs()
439 sal_Int32 nEntry = (nC + nR * nNumberOfColumns); in lcl_placeLegendEntries() local
440 if( nEntry < static_cast<sal_Int32>(aTextShapes.size()) ) in lcl_placeLegendEntries()
442 DrawModelWrapper::removeShape( aTextShapes[nEntry] ); in lcl_placeLegendEntries()
445 if( nEntry < nNumberOfEntries ) in lcl_placeLegendEntries()
447 DrawModelWrapper::removeShape( rEntries[ nEntry ].aSymbol ); in lcl_placeLegendEntries()
572 sal_Int32 nEntry = (nColumn + nRow * nNumberOfColumns); in lcl_placeLegendEntries() local
573 if( nEntry >= nNumberOfEntries ) in lcl_placeLegendEntries()
577 Reference< drawing::XShape > xTextShape( aTextShapes[nEntry] ); in lcl_placeLegendEntries()
588 Reference< drawing::XShape > xSymbol( rEntries[ nEntry ].aSymbol ); in lcl_placeLegendEntries()
634 for( sal_Int32 nEntry=0; nEntry<nNumberOfEntries; nEntry++ ) in lcl_placeLegendEntries() local
636 Reference< drawing::XShape > xSymbol( rEntries[ nEntry ].aSymbol ); in lcl_placeLegendEntries()
640 Reference< drawing::XShape > xText( aTextShapes[ nEntry ] ); in lcl_placeLegendEntries()