|
| static bool | ooo::vba::isInPrintPreview (SfxViewFrame *pView) |
| |
| uno::Reference< beans::XIntrospectionAccess > | ooo::vba::getIntrospectionAccess (const uno::Any &aObject) |
| |
| uno::Reference< script::XTypeConverter > const & | ooo::vba::getTypeConverter (const uno::Reference< uno::XComponentContext > &xContext) |
| |
| const uno::Any & | ooo::vba::aNULL () |
| |
| void | ooo::vba::dispatchExecute (SfxViewShell const *pViewShell, sal_uInt16 nSlot) |
| |
| void | ooo::vba::dispatchRequests (const uno::Reference< frame::XModel > &xModel, const OUString &aUrl, const uno::Sequence< beans::PropertyValue > &sProps) |
| |
| void | ooo::vba::dispatchRequests (const uno::Reference< frame::XModel > &xModel, const OUString &aUrl) |
| |
| uno::Reference< frame::XModel > | ooo::vba::getCurrentDoc (const OUString &sKey) |
| |
| static uno::Reference< frame::XModel > | ooo::vba::getCurrentDocCtx (const OUString &ctxName, const uno::Reference< uno::XComponentContext > &xContext) |
| |
| uno::Reference< frame::XModel > | ooo::vba::getThisExcelDoc (const uno::Reference< uno::XComponentContext > &xContext) |
| |
| uno::Reference< frame::XModel > | ooo::vba::getThisWordDoc (const uno::Reference< uno::XComponentContext > &xContext) |
| |
| uno::Reference< frame::XModel > | ooo::vba::getCurrentExcelDoc (const uno::Reference< uno::XComponentContext > &xContext) |
| |
| uno::Reference< frame::XModel > | ooo::vba::getCurrentWordDoc (const uno::Reference< uno::XComponentContext > &xContext) |
| |
| sal_Int32 | ooo::vba::OORGBToXLRGB (sal_Int32 nCol) |
| |
| sal_Int32 | ooo::vba::XLRGBToOORGB (sal_Int32 nCol) |
| |
| uno::Any | ooo::vba::OORGBToXLRGB (const uno::Any &aCol) |
| |
| uno::Any | ooo::vba::XLRGBToOORGB (const uno::Any &aCol) |
| |
| void | ooo::vba::PrintOutHelper (SfxViewShell const *pViewShell, const uno::Any &From, const uno::Any &To, const uno::Any &Copies, const uno::Any &Preview, const uno::Any &, const uno::Any &, const uno::Any &Collate, const uno::Any &PrToFileName, bool bUseSelection) |
| |
| void | ooo::vba::PrintPreviewHelper (const css::uno::Any &, SfxViewShell const *pViewShell) |
| |
| void | ooo::vba::WaitUntilPreviewIsClosed (SfxViewFrame *pViewFrame) |
| |
| bool | ooo::vba::extractBoolFromAny (const uno::Any &rAny) |
| |
| OUString | ooo::vba::extractStringFromAny (const uno::Any &rAny, bool bUppercaseBool) |
| |
| OUString | ooo::vba::extractStringFromAny (const uno::Any &rAny, const OUString &rDefault, bool bUppercaseBool) |
| |
| OUString | ooo::vba::getAnyAsString (const uno::Any &pvargItem) |
| |
| static bool | ooo::vba::NeedEsc (sal_Unicode cCode) |
| |
| OUString | ooo::vba::VBAToRegexp (const OUString &rIn) |
| |
| static double | ooo::vba::getPixelToMeterConversionFactor (const css::uno::Reference< css::awt::XDevice > &xDevice, bool bVertical) |
| |
| double | ooo::vba::PointsToPixels (const css::uno::Reference< css::awt::XDevice > &xDevice, double fPoints, bool bVertical) |
| |
| double | ooo::vba::PixelsToPoints (const css::uno::Reference< css::awt::XDevice > &xDevice, double fPixels, bool bVertical) |
| |
| PointerStyle | ooo::vba::getPointerStyle (const uno::Reference< frame::XModel > &xModel) |
| |
| void | ooo::vba::setCursorHelper (const uno::Reference< frame::XModel > &xModel, PointerStyle nPointer, bool bOverWrite) |
| |
| void | ooo::vba::setDefaultPropByIntrospection (const uno::Any &aObj, const uno::Any &aValue) |
| |
| uno::Any | ooo::vba::getPropertyValue (const uno::Sequence< beans::PropertyValue > &aProp, const OUString &aName) |
| |
| bool | ooo::vba::setPropertyValue (uno::Sequence< beans::PropertyValue > &aProp, const OUString &aName, const uno::Any &aValue) |
| |
| void | ooo::vba::setOrAppendPropertyValue (uno::Sequence< beans::PropertyValue > &aProp, const OUString &aName, const uno::Any &aValue) |
| |
| bool | ooo::vba::executeRunTimeLibrary (const std::u16string_view &rSbRtl_command, SbxArray *pParameters) |
| |
| uno::Reference< XHelperInterface > | ooo::vba::getVBADocument (const uno::Reference< frame::XModel > &xModel) |
| |
| uno::Reference< XHelperInterface > | ooo::vba::getUnoDocModule (std::u16string_view aModName, SfxObjectShell const *pShell) |
| |
| SfxObjectShell * | ooo::vba::getSfxObjShell (const uno::Reference< frame::XModel > &xModel) |
| |