Lines Matching refs:excel

62 typedef ScVbaFormat< ov::excel::XRange > ScVbaRange_BASE;
97 css::uno::Reference< ov::excel::XValidation > m_xValidation;
103 …css::uno::Reference< ov::excel::XRange > getEntireColumnOrRow( bool bColumn = true ) throw( css::u…
115 …css::uno::Reference< ov::excel::XRange > getArea( sal_Int32 nIndex ) throw( css::uno::RuntimeExce…
120 css::uno::Reference< ov::excel::XRange > PreviousNext( bool bIsPrevious );
121 …css::uno::Reference< ov::excel::XRange > SpecialCellsImpl( sal_Int32 nType, const css::uno::Any& _…
139 static ScVbaRange* getImplementation( const css::uno::Reference< ov::excel::XRange >& rxRange );
142 …static css::uno::Reference< css::frame::XModel > getUnoModel( const css::uno::Reference< ov::excel
145 …static const ScRangeList& getScRangeList( const css::uno::Reference< ov::excel::XRange >& rxRange …
151 static css::uno::Reference< ov::excel::XRange > getRangeObjectForName(
156 static css::uno::Reference< ov::excel::XRange > CellsHelper(
182 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL getEntireRow() throw (css::uno::RuntimeE…
183 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL getEntireColumn() throw (css::uno::Runti…
184 …virtual css::uno::Reference< ov::excel::XComment > SAL_CALL getComment() throw (css::uno::RuntimeE…
196 …virtual css::uno::Reference< ov::excel::XWorksheet > SAL_CALL getWorksheet() throw (css::uno::Runt…
199 …virtual css::uno::Reference< ov::excel::XValidation > SAL_CALL getValidation() throw (css::uno::Ru…
206 …virtual css::uno::Reference< ov::excel::XComment > SAL_CALL AddComment( const css::uno::Any& Text …
216 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Offset( const css::uno::Any &nRowOffset,…
218 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL CurrentRegion() throw (css::uno::Runtime…
219 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL CurrentArray() throw (css::uno::RuntimeE…
225 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Cells( const css::uno::Any &nRow, const …
229 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Rows( const css::uno::Any& nIndex ) thr…
230 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Columns( const css::uno::Any &nIndex ) …
233 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Resize( const css::uno::Any& RowSize, co…
235 …virtual css::uno::Reference< ov::excel::XFont > SAL_CALL Font() throw ( css::script::BasicErrorExc…
236 …virtual css::uno::Reference< ov::excel::XInterior > SAL_CALL Interior( ) throw ( css::script::Bas…
237 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Range( const css::uno::Any &Cell1, const…
238 …virtual css::uno::Reference< ov::excel::XRange > Range( const css::uno::Any &Cell1, const css::uno…
240 …static css::uno::Any getCellRange( const css::uno::Reference< ov::excel::XRange >& rxRange ) throw…
243 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Find( const css::uno::Any& What, const c…
245 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL End( ::sal_Int32 Direction ) throw (css…
246 …virtual css::uno::Reference< ov::excel::XCharacters > SAL_CALL characters( const css::uno::Any& St…
262 …virtual void SAL_CALL AutoFill( const css::uno::Reference< ov::excel::XRange >& Destination, const…
265 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Item( const ::css::uno::Any& row, const …
273 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Next() throw (css::script::BasicErrorExc…
274 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Previous() throw (css::script::BasicErro…
276 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL MergeArea() throw (css::script::BasicErr…
283 return ov::excel::XRange::static_type(0); in getElementType()
300 …static css::uno::Reference< ov::excel::XRange > ApplicationRange( const css::uno::Reference< css::…
301 …_CALL GoalSeek( const css::uno::Any& Goal, const css::uno::Reference< ov::excel::XRange >& Changin…
302 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL SpecialCells( const css::uno::Any& _oTyp…