Home
last modified time | relevance | path

Searched refs:bIsGroupOrLine (Results 1 – 1 of 1) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/writerfilter/source/dmapper/
H A DGraphicImport.cxx834 … const bool bIsGroupOrLine = xServiceInfo->supportsService("com.sun.star.drawing.GroupShape") in lcl_attribute() local
837 if ((bIsGroupOrLine && !lcl_bHasGroupSlantedChild(pShape) && nOOXAngle == 0) in lcl_attribute()
838 || !bIsGroupOrLine) in lcl_attribute()
934 if (bIsGroupOrLine) in lcl_attribute()
955 … if (bIsGroupOrLine && (m_pImpl->eGraphicImportType == IMPORT_AS_DETECTED_INLINE in lcl_attribute()