Lines Matching refs:css

67 …virtual void visitNode( sal_Int32 x, sal_Int32 y, const css::uno::Reference< css::table::XCell >& …
74 …virtual bool processValue( const css::uno::Any& aValue, const css::uno::Reference< css::table::XCe…
83 virtual void processValue( sal_Int32 x, sal_Int32 y, const css::uno::Any& aValue ) = 0;
84 virtual const css::uno::Any& getValue() const = 0;
91 css::uno::Reference< ov::XCollection > m_Areas;
92 css::uno::Reference< ov::XCollection > m_Borders;
93 css::uno::Reference< css::table::XCellRange > mxRange;
94 css::uno::Reference< css::sheet::XSheetCellRangeContainer > mxRanges;
97 css::uno::Reference< ov::excel::XValidation > m_xValidation;
99 double getCalcColWidth( const css::table::CellRangeAddress& ) throw (css::uno::RuntimeException);
100 double getCalcRowHeight( const css::table::CellRangeAddress& ) throw (css::uno::RuntimeException);
103css::uno::Reference< ov::excel::XRange > getEntireColumnOrRow( bool bColumn = true ) throw( css::u…
105css::sheet::FillDirection nFillDirection, css::sheet::FillMode nFillMode, css::sheet::FillDateMode…
107 void ClearContents( sal_Int32 nFlags, bool bFireEvent ) throw (css::uno::RuntimeException);
109 css::uno::Any getValue( ValueGetter& rValueGetter ) throw (css::uno::RuntimeException);
110 …void setValue( const css::uno::Any& aValue, ValueSetter& setter, bool bFireEvent ) throw ( css::un…
112css::uno::Any getFormulaValue( formula::FormulaGrammar::Grammar ) throw (css::uno::RuntimeExceptio…
113 …void setFormulaValue( const css::uno::Any& aValue, formula::FormulaGrammar::Grammar, bool bFireEve…
115css::uno::Reference< ov::excel::XRange > getArea( sal_Int32 nIndex ) throw( css::uno::RuntimeExce…
116 ScCellRangeObj* getCellRangeObj( ) throw ( css::uno::RuntimeException );
117 ScCellRangesObj* getCellRangesObj() throw ( css::uno::RuntimeException );
118 css::uno::Reference< ov::XCollection >& getBorders();
119 …void groupUnGroup( bool bUnGroup = false ) throw ( css::script::BasicErrorException, css::uno::Run…
120 css::uno::Reference< ov::excel::XRange > PreviousNext( bool bIsPrevious );
121css::uno::Reference< ov::excel::XRange > SpecialCellsImpl( sal_Int32 nType, const css::uno::Any& _…
122 css::awt::Point getPosition() throw ( css::uno::RuntimeException );
128 virtual ScCellRangesBase* getCellRangesBase() throw ( css::uno::RuntimeException );
129 virtual SfxItemSet* getCurrentDataSet( ) throw ( css::uno::RuntimeException );
131css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XCompon…
132css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XCompon…
133 …ScVbaRange( css::uno::Sequence< css::uno::Any > const& aArgs, css::uno::Reference< css::uno::XComp…
135 ScDocument* getScDocument() throw (css::uno::RuntimeException);
136 ScDocShell* getScDocShell() throw (css::uno::RuntimeException);
139 static ScVbaRange* getImplementation( const css::uno::Reference< ov::excel::XRange >& rxRange );
141 css::uno::Reference< css::frame::XModel > getUnoModel() throw (css::uno::RuntimeException);
142 …static css::uno::Reference< css::frame::XModel > getUnoModel( const css::uno::Reference< ov::excel…
144 const ScRangeList& getScRangeList() throw (css::uno::RuntimeException);
145 …tic const ScRangeList& getScRangeList( const css::uno::Reference< ov::excel::XRange >& rxRange ) t…
148 virtual css::uno::Reference< ov::XHelperInterface > thisHelperIface() { return this; } in thisHelperIface()
151 static css::uno::Reference< ov::excel::XRange > getRangeObjectForName(
152 const css::uno::Reference< css::uno::XComponentContext >& xContext,
154 …::AddressConvention eConv = formula::FormulaGrammar::CONV_XL_A1 ) throw ( css::uno::RuntimeExcept…
156 static css::uno::Reference< ov::excel::XRange > CellsHelper(
157 const css::uno::Reference< ov::XHelperInterface >& xParent,
158 const css::uno::Reference< css::uno::XComponentContext >& xContext,
159 const css::uno::Reference< css::table::XCellRange >& xRange,
160 …const css::uno::Any &nRowIndex, const css::uno::Any &nColumnIndex ) throw(css::uno::RuntimeExcepti…
163 virtual css::uno::Any SAL_CALL getValue() throw (css::uno::RuntimeException);
164 …virtual void SAL_CALL setValue( const css::uno::Any& aValue ) throw ( css::uno::RuntimeException…
165 virtual css::uno::Any SAL_CALL getFormula() throw (css::uno::RuntimeException);
166 …virtual void SAL_CALL setFormula( const css::uno::Any& rFormula ) throw (css::uno::RuntimeExcept…
167 virtual css::uno::Any SAL_CALL getFormulaArray() throw (css::uno::RuntimeException);
168 …virtual void SAL_CALL setFormulaArray(const css::uno::Any& rFormula) throw (css::uno::RuntimeExc…
169 virtual css::uno::Any SAL_CALL getFormulaR1C1() throw (css::uno::RuntimeException);
170 …virtual void SAL_CALL setFormulaR1C1( const css::uno::Any &rFormula ) throw (css::uno::RuntimeEx…
171 virtual ::sal_Int32 SAL_CALL getCount() throw (css::uno::RuntimeException);
172 virtual ::sal_Int32 SAL_CALL getRow() throw (css::uno::RuntimeException);
173 virtual ::sal_Int32 SAL_CALL getColumn() throw (css::uno::RuntimeException);
174 virtual ::rtl::OUString SAL_CALL getText() throw (css::uno::RuntimeException);
176 … void SAL_CALL setNumberFormat( const css::uno::Any& rNumberFormat ) throw ( css::script::BasicErr…
177 …virtual css::uno::Any SAL_CALL getNumberFormat() throw (css::script::BasicErrorException, css::uno…
178 …irtual void SAL_CALL setMergeCells( const css::uno::Any& bMerge ) throw (css::script::BasicErrorEx…
179 …virtual css::uno::Any SAL_CALL getMergeCells() throw (css::script::BasicErrorException, css::uno::…
180 …irtual void SAL_CALL setWrapText( const css::uno::Any& bIsWrapped ) throw (css::script::BasicError…
181 …virtual css::uno::Any SAL_CALL getWrapText() throw (css::script::BasicErrorException, css::uno::Ru…
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…
185 virtual css::uno::Any SAL_CALL getHidden() throw (css::uno::RuntimeException);
186 virtual void SAL_CALL setHidden( const css::uno::Any& _hidden ) throw (css::uno::RuntimeException);
187 virtual css::uno::Any SAL_CALL getColumnWidth() throw (css::uno::RuntimeException);
188 …virtual void SAL_CALL setColumnWidth( const css::uno::Any& _columnwidth ) throw (css::uno::Runtime…
189 virtual css::uno::Any SAL_CALL getRowHeight() throw (css::uno::RuntimeException);
190 …virtual void SAL_CALL setRowHeight( const css::uno::Any& _rowheight ) throw (css::uno::RuntimeExce…
191 virtual css::uno::Any SAL_CALL getWidth() throw (css::uno::RuntimeException);
192 virtual css::uno::Any SAL_CALL getHeight() throw (css::uno::RuntimeException);
193 virtual css::uno::Any SAL_CALL getTop() throw (css::uno::RuntimeException);
194 virtual css::uno::Any SAL_CALL getLeft() throw (css::uno::RuntimeException);
196 …virtual css::uno::Reference< ov::excel::XWorksheet > SAL_CALL getWorksheet() throw (css::uno::Runt…
197 virtual css::uno::Any SAL_CALL getPageBreak() throw (css::uno::RuntimeException);
198 …virtual void SAL_CALL setPageBreak( const css::uno::Any& _pagebreak ) throw (css::uno::RuntimeExce…
199 …virtual css::uno::Reference< ov::excel::XValidation > SAL_CALL getValidation() throw (css::uno::Ru…
200 virtual css::uno::Any SAL_CALL getPrefixCharacter() throw (css::uno::RuntimeException);
201 virtual css::uno::Any SAL_CALL getShowDetail() throw (css::uno::RuntimeException);
202 …virtual void SAL_CALL setShowDetail(const css::uno::Any& aShowDetail) throw (css::uno::RuntimeExce…
206 …virtual css::uno::Reference< ov::excel::XComment > SAL_CALL AddComment( const css::uno::Any& Text …
207 virtual void SAL_CALL Clear() throw (css::uno::RuntimeException);
208 virtual void SAL_CALL ClearComments() throw (css::uno::RuntimeException);
209 virtual void SAL_CALL ClearContents() throw (css::uno::RuntimeException);
210 virtual void SAL_CALL ClearFormats() throw (css::uno::RuntimeException);
211 virtual css::uno::Any SAL_CALL HasFormula() throw (css::uno::RuntimeException);
212 virtual void SAL_CALL FillLeft() throw (css::uno::RuntimeException);
213 virtual void SAL_CALL FillRight() throw (css::uno::RuntimeException);
214 virtual void SAL_CALL FillUp() throw (css::uno::RuntimeException);
215 virtual void SAL_CALL FillDown() throw (css::uno::RuntimeException);
216 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Offset( const css::uno::Any &nRowOffset,…
217 throw (css::uno::RuntimeException);
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…
220 …virtual ::rtl::OUString SAL_CALL Characters( const css::uno::Any& nIndex, const css::uno::Any& nCo…
221 throw (css::uno::RuntimeException);
223css::uno::Any& RowAbsolute, const css::uno::Any& ColumnAbsolute, const css::uno::Any& ReferenceSty…
225 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Cells( const css::uno::Any &nRow, const
226 throw (css::uno::RuntimeException);
227 virtual void SAL_CALL Select() throw (css::uno::RuntimeException);
228 virtual void SAL_CALL Activate() throw (css::uno::RuntimeException);
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 ) …
231 virtual void SAL_CALL Copy( const css::uno::Any& Destination ) throw (css::uno::RuntimeException);
232 virtual void SAL_CALL Cut( const css::uno::Any& Destination ) throw (css::uno::RuntimeException);
233 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL Resize( const css::uno::Any& RowSize, co…
234 throw (css::uno::RuntimeException);
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 …tual css::uno::Reference< ov::excel::XRange > Range( const css::uno::Any &Cell1, const css::uno::A…
239 virtual css::uno::Any SAL_CALL getCellRange( ) throw (css::uno::RuntimeException);
240 …static css::uno::Any getCellRange( const css::uno::Reference< ov::excel::XRange >& rxRange ) throw…
241 …ial( const css::uno::Any& Paste, const css::uno::Any& Operation, const css::uno::Any& SkipBlanks, …
242css::uno::Any& LookAt, const css::uno::Any& SearchOrder, const css::uno::Any& MatchCase, const css
243css::uno::Reference< ov::excel::XRange > SAL_CALL Find( const css::uno::Any& What, const css::uno:…
244css::uno::Any& Key1, const css::uno::Any& Order1, const css::uno::Any& Key2, const css::uno::Any& …
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…
247 virtual void SAL_CALL Delete( const css::uno::Any& Shift ) throw (css::uno::RuntimeException);
248 virtual css::uno::Any SAL_CALL Areas( const css::uno::Any& ) throw (css::uno::RuntimeException);
249 …virtual css::uno::Any SAL_CALL Borders( const css::uno::Any& ) throw ( css::script::BasicErrorExce…
250 virtual css::uno::Any SAL_CALL BorderAround( const css::uno::Any& LineStyle,
251 …const css::uno::Any& Weight, const css::uno::Any& ColorIndex, const css::uno::Any& Color ) throw (
252 …irtual void SAL_CALL TextToColumns( const css::uno::Any& Destination, const css::uno::Any& DataTyp…
253 …const css::uno::Any& ConsecutinveDelimiter, const css::uno::Any& Tab, const css::uno::Any& Semicol…
254 …const css::uno::Any& Space, const css::uno::Any& Other, const css::uno::Any& OtherChar, const css:…
255 …const css::uno::Any& DecimalSeparator, const css::uno::Any& ThousandsSeparator, const css::uno::An…
256 …virtual css::uno::Any SAL_CALL Hyperlinks( const css::uno::Any& aIndex ) throw (css::uno::RuntimeE…
258css::uno::Any& Field, const css::uno::Any& Criteria1, const css::uno::Any& Operator, const css::un…
259 …virtual void SAL_CALL Insert( const css::uno::Any& Shift, const css::uno::Any& CopyOrigin ) throw …
260 virtual void SAL_CALL Autofit() throw (css::uno::RuntimeException);
261css::uno::Any& From, const css::uno::Any& To, const css::uno::Any& Copies, const css::uno::Any& Pr…
262 …void SAL_CALL AutoFill( const css::uno::Reference< ov::excel::XRange >& Destination, const css::un…
263 void SAL_CALL Calculate( ) throw (css::script::BasicErrorException, css::uno::RuntimeException);
264 …virtual void SAL_CALL AutoOutline( ) throw (css::script::BasicErrorException, css::uno::RuntimeEx…
265css::uno::Reference< ov::excel::XRange > SAL_CALL Item( const ::css::uno::Any& row, const css::uno…
266 …virtual void SAL_CALL ClearOutline( ) throw (css::script::BasicErrorException, css::uno::RuntimeE…
267 …virtual void SAL_CALL Ungroup( ) throw (css::script::BasicErrorException, css::uno::RuntimeExcept…
268 …virtual void SAL_CALL Group( ) throw (css::script::BasicErrorException, css::uno::RuntimeExceptio…
269 …virtual void SAL_CALL Merge( const css::uno::Any& Across ) throw (css::script::BasicErrorException…
270 …virtual void SAL_CALL UnMerge( ) throw (css::script::BasicErrorException, css::uno::RuntimeExcept…
271 virtual css::uno::Any SAL_CALL getStyle() throw (css::uno::RuntimeException);
272 virtual void SAL_CALL setStyle( const css::uno::Any& _style ) throw (css::uno::RuntimeException);
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…
275 …virtual void SAL_CALL RemoveSubtotal( ) throw (css::script::BasicErrorException, css::uno::Runtim…
276 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL MergeArea() throw (css::script::BasicErr…
277css::uno::Sequence< ::sal_Int32 >& TotalList, const css::uno::Any& Replace, const css::uno::Any& P…
279 …virtual css::uno::Reference< css::container::XEnumeration > SAL_CALL createEnumeration() throw (cs…
281 virtual css::uno::Type SAL_CALL getElementType() throw (css::uno::RuntimeException) in getElementType()
286 virtual sal_Bool SAL_CALL hasElements() throw (css::uno::RuntimeException);
288 ::rtl::OUString SAL_CALL getDefaultMethodName( ) throw (css::uno::RuntimeException);
290 …::rtl::OUString SAL_CALL getDefaultPropertyName( ) throw (css::uno::RuntimeException) { return ::… in getDefaultPropertyName()
300css::uno::Reference< ov::excel::XRange > ApplicationRange( const css::uno::Reference< css::uno::XC…
301 …ool SAL_CALL GoalSeek( const css::uno::Any& Goal, const css::uno::Reference< ov::excel::XRange >& …
302 …virtual css::uno::Reference< ov::excel::XRange > SAL_CALL SpecialCells( const css::uno::Any& _oTyp…
305 virtual css::uno::Sequence<rtl::OUString> getServiceNames();