Lines Matching refs:CSS
27 #define CSS ::com::sun::star macro
28 #define XPROPSET CSS::beans::XPropertySet
29 #define REF(c) CSS::uno::Reference< c >
31 #define SEQ(c) CSS::uno::Sequence< c >
32 #define SEQSEQ(c) CSS::uno::Sequence< CSS::uno::Sequence< c > >
33 #define SEQofLocName SEQ( CSS::sheet::LocalizedName )
34 #define ANY CSS::uno::Any
39 #define THROWDEF_RTE throw(CSS::uno::RuntimeException)
40 #define THROW_RTE throw CSS::uno::RuntimeException()
41 #define THROWDEF_RTE_IAE throw(CSS::uno::RuntimeException,CSS::lang::IllegalArgumentException)
42 #define THROW_IAE throw CSS::lang::IllegalArgumentException()
43 #define THROWDEF_RTE_IAE_NCE throw(CSS::uno::RuntimeException,CSS::lang::IllegalArgumentExceptio…
44 #define THROW_NCE throw CSS::sheet::NoConvergenceException()