|
| bool | framework::hasEmptySize (const css::awt::Size &rSize) |
| |
| bool | framework::hasDefaultPosValue (const css::awt::Point &rPos) |
| |
| bool | framework::isDefaultPos (const css::awt::Point &rPos) |
| |
| bool | framework::isToolboxHorizontalAligned (ToolBox const *pToolBox) |
| |
| bool | framework::isReverseOrderDockingArea (const sal_Int32 nDockArea) |
| |
| bool | framework::isHorizontalDockingArea (const sal_Int32 nDockArea) |
| |
| bool | framework::isHorizontalDockingArea (const css::ui::DockingArea &nDockArea) |
| |
| OUString | framework::retrieveToolbarNameFromHelpURL (vcl::Window *pWindow) |
| |
| ToolBox * | framework::getToolboxPtr (vcl::Window *pWindow) |
| |
| vcl::Window * | framework::getWindowFromXUIElement (const css::uno::Reference< css::ui::XUIElement > &xUIElement) |
| |
| SystemWindow * | framework::getTopSystemWindow (const css::uno::Reference< css::awt::XWindow > &xWindow) |
| |
| bool | framework::equalRectangles (const css::awt::Rectangle &rRect1, const css::awt::Rectangle &rRect2) |
| |
| bool | framework::lcl_checkUIElement (const css::uno::Reference< css::ui::XUIElement > &xUIElement, css::awt::Rectangle &_rPosSize, css::uno::Reference< css::awt::XWindow > &_xWindow) |
| |
| css::uno::Reference< css::awt::XVclWindowPeer > | framework::createToolkitWindow (const css::uno::Reference< css::uno::XComponentContext > &rxContext, const css::uno::Reference< css::awt::XVclWindowPeer > &rParent, const char *pService) |
| |
| WindowAlign | framework::ImplConvertAlignment (css::ui::DockingArea aAlignment) |
| |
| std::u16string_view | framework::getElementTypeFromResourceURL (std::u16string_view aResourceURL) |
| |
| void | framework::parseResourceURL (std::u16string_view aResourceURL, OUString &aElementType, OUString &aElementName) |
| |
| ::tools::Rectangle | framework::putAWTToRectangle (const css::awt::Rectangle &rRect) |
| |
| css::awt::Rectangle | framework::putRectangleValueToAWT (const ::tools::Rectangle &rRect) |
| |
| css::uno::Reference< css::frame::XModel > | framework::impl_getModelFromFrame (const css::uno::Reference< css::frame::XFrame > &rFrame) |
| |
| bool | framework::implts_isPreviewModel (const css::uno::Reference< css::frame::XModel > &xModel) |
| |
| bool | framework::implts_isFrameOrWindowTop (const css::uno::Reference< css::frame::XFrame > &xFrame) |
| |
| void | framework::impl_setDockingWindowVisibility (const css::uno::Reference< css::uno::XComponentContext > &rxContext, const css::uno::Reference< css::frame::XFrame > &rFrame, std::u16string_view rDockingWindowName, bool bVisible) |
| |
| void | framework::impl_addWindowListeners (const css::uno::Reference< css::uno::XInterface > &xThis, const css::uno::Reference< css::ui::XUIElement > &xUIElement) |
| |