Lines Matching refs:oox
35 namespace oox { namespace xls { namespace
42 namespace oox { namespace
46 typedef ::boost::shared_ptr< ::oox::xls::BiffInputStream > BiffInputStreamRef;
85 explicit BiffConfig( const Config& rParent, ::oox::xls::BiffType eBiff );
92 ::oox::xls::BiffType meBiff;
100 explicit BiffSharedData( ::oox::xls::BiffType eBiff );
104 inline ::oox::xls::BiffType getBiff() const { return meBiff; } in getBiff()
126 ::oox::xls::BiffType meBiff;
136 inline ::oox::xls::BiffInputStream& getBiffStream() const { return *mxBiffStrm; } in getBiffStream()
137 inline ::oox::xls::BiffType getBiff() const { return mxBiffData->getBiff(); } in getBiff()
144 …onstruct( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, ::oox::xls::BiffType eBif…
166 void writeFontPortions( const ::oox::xls::FontPortionModelList& rPortions );
178 ::oox::xls::BiffStringFlags nFlags = ::oox::xls::BIFF_STR_DEFAULT,
182 ::oox::xls::BiffStringFlags nFlags = ::oox::xls::BIFF_STR_DEFAULT );
185 ::oox::xls::BiffStringFlags nByteFlags = ::oox::xls::BIFF_STR_DEFAULT,
186 ::oox::xls::BiffStringFlags nUniFlags = ::oox::xls::BIFF_STR_DEFAULT,
315 …::rtl::OUString writeFuncIdItem( sal_uInt16 nFuncId, const ::oox::xls::FunctionInfo** oppFuncI…
371 typedef ::boost::shared_ptr< ::oox::xls::FunctionProvider > FuncProvRef;
402 …onstruct( const ObjectBase& rParent, const BinaryInputStreamRef& rxStrm, ::oox::xls::BiffType eBif…
512 ::oox::xls::BiffType eBiff,
550 explicit Dumper( const ::oox::core::FilterBase& rFilter );