Lines Matching refs:css

43 	css::lang::Locale m_aDefaultLocale;
45 css::lang::Locale getDefaultLocale() { return m_aDefaultLocale; } in getDefaultLocale()
46 css::uno::Reference< css::beans::XPropertySet > mxPropertySet;
47 css::uno::Reference< css::util::XNumberFormatsSupplier > mxNumberFormatsSupplier;
48 css::uno::Reference< css::util::XNumberFormats > xNumberFormats;
49 css::uno::Reference< css::util::XNumberFormatTypes > xNumberFormatTypes;
50 css::uno::Reference< css::frame::XModel > mxModel;
51 css::uno::Reference< css::beans::XPropertyState > xPropertyState;
55 css::uno::Reference< css::lang::XMultiServiceFactory > xMultiServiceFactory;
56 bool isAmbiguous(const rtl::OUString& _sPropertyName) throw ( css::script::BasicErrorException );
57css::uno::Reference< css::beans::XPropertyState > getXPropertyState() throw ( css::uno::RuntimeExc…
58 void initializeNumberFormats() throw ( css::script::BasicErrorException );
59 …void setNumberFormat( css::lang::Locale _aLocale, const rtl::OUString& _sFormatString) throw( css:…
60 SfxItemSet* getCurrentDataSet( ) throw ( css::uno::RuntimeException );
62 virtual ScCellRangesBase* getCellRangesBase() throw ( css::uno::RuntimeException );
64css::uno::Reference< ov::XHelperInterface >& xParent, const css::uno::Reference< css::uno::XCompon…
66 virtual css::uno::Reference< ov::XHelperInterface > thisHelperIface() = 0;
67 …void SAL_CALL setAddIndent( const css::uno::Any& _BAddIndent) throw( css::uno::RuntimeException ) … in setAddIndent()
68css::uno::Any SAL_CALL getAddIndent() throw( css::uno::RuntimeException ) { return css::uno::makeA… in getAddIndent()
70 …virtual css::uno::Any SAL_CALL Borders( const css::uno::Any& Index ) throw (css::script::BasicErro…
71 …virtual css::uno::Reference< ::ooo::vba::excel::XFont > SAL_CALL Font( ) throw (css::script::Basi…
72 …virtual css::uno::Reference< ::ooo::vba::excel::XInterior > SAL_CALL Interior( ) throw (css::scri…
73 …l void SAL_CALL setNumberFormat( const css::uno::Any& NumberFormat ) throw (css::script::BasicErro…
74 …virtual css::uno::Any SAL_CALL getNumberFormat( ) throw (css::script::BasicErrorException, css::u…
75 …SAL_CALL setNumberFormatLocal( const css::uno::Any& NumberFormatLocal ) throw (css::script::BasicE…
76 …virtual css::uno::Any SAL_CALL getNumberFormatLocal( ) throw (css::script::BasicErrorException, c…
77 …ual void SAL_CALL setIndentLevel( const css::uno::Any& IndentLevel ) throw (css::script::BasicErro…
78 …virtual css::uno::Any SAL_CALL getIndentLevel( ) throw (css::script::BasicErrorException, css::un…
79 …_CALL setHorizontalAlignment( const css::uno::Any& HorizontalAlignment ) throw (css::script::Basic…
80 …virtual css::uno::Any SAL_CALL getHorizontalAlignment( ) throw (css::script::BasicErrorException,…
81 …SAL_CALL setVerticalAlignment( const css::uno::Any& VerticalAlignment ) throw (css::script::BasicE…
82 …virtual css::uno::Any SAL_CALL getVerticalAlignment( ) throw (css::script::BasicErrorException, c…
83 …ual void SAL_CALL setOrientation( const css::uno::Any& Orientation ) throw (css::script::BasicErro…
84 …virtual css::uno::Any SAL_CALL getOrientation( ) throw (css::script::BasicErrorException, css::un…
85 …ual void SAL_CALL setShrinkToFit( const css::uno::Any& ShrinkToFit ) throw (css::script::BasicErro…
86 …virtual css::uno::Any SAL_CALL getShrinkToFit( ) throw (css::script::BasicErrorException, css::un…
87 …virtual void SAL_CALL setWrapText( const css::uno::Any& WrapText ) throw (css::script::BasicErrorE…
88 …virtual css::uno::Any SAL_CALL getWrapText( ) throw (css::script::BasicErrorException, css::uno::…
89 …virtual void SAL_CALL setLocked( const css::uno::Any& Locked ) throw (css::script::BasicErrorExcep…
90 …virtual css::uno::Any SAL_CALL getLocked( ) throw (css::script::BasicErrorException, css::uno::Ru…
91 … void SAL_CALL setFormulaHidden( const css::uno::Any& FormulaHidden ) throw (css::script::BasicErr…
92 …virtual css::uno::Any SAL_CALL getFormulaHidden( ) throw (css::script::BasicErrorException, css::…
93 …tual void SAL_CALL setMergeCells( const css::uno::Any& MergeCells ) throw (css::script::BasicError…
94 …virtual css::uno::Any SAL_CALL getMergeCells( ) throw (css::script::BasicErrorException, css::uno…
95 …l void SAL_CALL setReadingOrder( const css::uno::Any& ReadingOrder ) throw (css::script::BasicErro…
96 …virtual css::uno::Any SAL_CALL getReadingOrder( ) throw (css::script::BasicErrorException, css::u…
99 virtual css::uno::Sequence<rtl::OUString> getServiceNames();