Home
last modified time | relevance | path

Searched refs:xColl (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sc/workben/
H A Dtest.cxx501 if ( xText && xColl ) in lcl_Cursor()
515 xColl = xCC->getRanges(); in lcl_Cursor()
516 if ( xColl ) in lcl_Cursor()
534 xColl = xCC->getRanges(); in lcl_Cursor()
535 if ( xColl ) in lcl_Cursor()
633 if (xColl) in lcl_Cells()
1147 if (!xColl) return; in lcl_CellCursor()
1235 XScenariosRef xColl = xSheet->getScenarios(); in lcl_Scenario() local
1236 if (!xColl) return; in lcl_Scenario()
1908 void lcl_FillCells(XCellCollectionRef xColl) in lcl_FillCells() argument
[all …]
/trunk/main/vbahelper/source/msforms/
H A Dvbamultipage.cxx111 uno::Reference< XCollection > xColl( new ScVbaPages( this, mxContext, getPages( nValue ) ) ); in Pages() local
113 return uno::makeAny( xColl ); in Pages()
114 return xColl->Item( uno::makeAny( index ), uno::Any() ); in Pages()
/trunk/main/sc/source/ui/vba/
H A Dvbaworksheet.cxx688 uno::Reference< XCollection > xColl( mxCharts, uno::UNO_QUERY_THROW ); in ChartObjects() local
689 return xColl->Item( Index, uno::Any() ); in ChartObjects()
703 uno::Reference< XCollection > xColl( new ScVbaPivotTables( this, mxContext, xIndexAccess ) ); in PivotTables() local
705 return xColl->Item( Index, uno::Any() ); in PivotTables()
706 return uno::makeAny( xColl ); in PivotTables()
716 …uno::Reference< XCollection > xColl( new ScVbaComments( this, mxContext, mxModel, xIndexAccess ) … in Comments() local
718 return xColl->Item( Index, uno::Any() ); in Comments()
719 return uno::makeAny( xColl ); in Comments()
H A Dvbachartobject.cxx103 …uno::Reference< excel::XChartObjects > xColl( xParent->ChartObjects( uno::Any() ), uno::UNO_QUERY_… in Delete() local
104 ScVbaChartObjects* pChartObjectsImpl = static_cast< ScVbaChartObjects* >( xColl.get() ); in Delete()
H A Dvbacomment.cxx108 …uno::Reference< XCollection > xColl( new ScVbaComments( getParent()->getParent(), mxContext, mxMo… in getCommentByIndex() local
110 …return uno::Reference< excel::XComment > ( xColl->Item( uno::makeAny( Index ), uno::Any() ), uno::… in getCommentByIndex()
H A Dvbaformat.cxx343 …uno::Reference< XCollection > xColl = new ScVbaBorders( thisHelperIface(), ScVbaFormat_BASE::mxCo… in Borders() local
347 return xColl->Item( Index, uno::Any() ); in Borders()
349 return uno::makeAny( xColl ); in Borders()
H A Dvbawindow.cxx284 uno::Reference< XCollection > xColl( xSheets, uno::UNO_QUERY_THROW ); in SelectedSheets() local
285 return xColl->Item( aIndex, uno::Any() ); in SelectedSheets()
/trunk/main/sw/source/ui/vba/
H A Dvbadocument.cxx254 uno::Reference< XCollection > xColl( new SwVbaTables( mxParent, mxContext, xModel ) ); in Tables() local
257 return xColl->Item( aIndex, uno::Any() ); in Tables()
258 return uno::makeAny( xColl ); in Tables()

Completed in 58 milliseconds