LibreOffice Module sc (master) 1
|
#include <ooo/vba/excel/XRange.hpp>
#include <com/sun/star/sheet/XSheetConditionalEntry.hpp>
#include <basic/sberrors.hxx>
#include <comphelper/sequence.hxx>
#include <cppuhelper/exc_hlp.hxx>
#include <utility>
#include <vector>
#include <unonames.hxx>
#include "vbaformatconditions.hxx"
#include "vbaformatcondition.hxx"
#include "vbastyles.hxx"
Go to the source code of this file.
Functions | |
static uno::Any | xSheetConditionToFormatCondition (const uno::Reference< XHelperInterface > &xRangeParent, const uno::Reference< uno::XComponentContext > &xContext, const uno::Reference< excel::XStyles > &xStyles, const uno::Reference< excel::XFormatConditions > &xFormatConditions, const uno::Reference< beans::XPropertySet > &xRangeProps, const uno::Any &aObject) |
|
static |
Definition at line 64 of file vbaformatconditions.cxx.
Referenced by ScVbaFormatConditions::createCollectionObject().