Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfupage.cxx255 bool bFullSize = mpPage->IsMasterPage() ? in ExecuteDialog() local
258 aNewAttr.Put( SfxBoolItem( SID_ATTR_PAGE_EXT2, bFullSize ) ); in ExecuteDialog()
481 bool bFullSize = pMasterPage->IsBackgroundFullSize(); in ApplyItemSet() local
533 bFullSize = static_cast<const SfxBoolItem*>(pPoolItem)->GetValue(); in ApplyItemSet()
535 if(pMasterPage->IsBackgroundFullSize() != bFullSize ) in ApplyItemSet()
562 …PageKind, aNewSize, nLeft, nRight, nUpper, nLower, bScaleAll, eOrientation, nPaperBin, bFullSize ); in ApplyItemSet()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/pictures/
H A DGUIWindowSlideShow.cpp104 bool bFullSize = false; in Process() local
107bFullSize = ((int)texture->GetWidth() < m_maxWidth) && ((int)texture->GetHeight() < m_maxHeight); in Process()
108 if (!bFullSize) in Process()
112 bFullSize = true; in Process()
113 … if (!bFullSize && texture->GetWidth() == CServiceBroker::GetRenderSystem()->GetMaxTextureSize()) in Process()
114 bFullSize = true; in Process()
115 … if (!bFullSize && texture->GetHeight() == CServiceBroker::GetRenderSystem()->GetMaxTextureSize()) in Process()
116 bFullSize = true; in Process()
119 m_pCallback->OnLoadPic(m_iPic, m_iSlideNumber, m_strFileName, texture, bFullSize); in Process()
1140 int iPic, int iSlideNumber, const std::string& strFileName, CTexture* pTexture, bool bFullSize) in OnLoadPic() argument
[all …]
H A DSlideShowPicture.h70 void SetOriginalSize(int iOriginalWidth, int iOriginalHeight, bool bFullSize);
H A DGUIWindowSlideShow.h89 bool bFullSize);
H A DSlideShowPicture.cpp235 void CSlideShowPic::SetOriginalSize(int iOriginalWidth, int iOriginalHeight, bool bFullSize) in SetOriginalSize() argument
239 m_bFullSize = bFullSize; in SetOriginalSize()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfupage.cxx260 bool bFullSize = mpPage->IsMasterPage() ? in ExecuteDialog() local
264 grabBag.GetGrabBag()["BackgroundFullSize"] <<= bFullSize; in ExecuteDialog()
497 bool bFullSize = pMasterPage->IsBackgroundFullSize(); in ApplyItemSet() local
550 if (pGrabBag->GetGrabBag().find("BackgroundFullSize")->second >>= bFullSize) in ApplyItemSet()
552 if (pMasterPage->IsBackgroundFullSize() != bFullSize) in ApplyItemSet()
582 …PageKind, aNewSize, nLeft, nRight, nUpper, nLower, bScaleAll, eOrientation, nPaperBin, bFullSize ); in ApplyItemSet()
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/gldit/
H A Dcairo-dock-gui-factory.c1806 gboolean bFullSize = bWithEntry || bHorizontalPackaging;\
1807 …X (pAdditionalItemsVBox ? pAdditionalItemsVBox : pKeyBox), pPreviewBox, bFullSize, bFullSize, 0);}\
1966 gboolean bFullSize; in cairo_dock_build_group_widget() local
2007 bFullSize = (iElementType == CAIRO_DOCK_WIDGET_THEME_LIST in cairo_dock_build_group_widget()
2028 bFullSize, in cairo_dock_build_group_widget()
2029 bFullSize, in cairo_dock_build_group_widget()
2043 bFullSize, in cairo_dock_build_group_widget()
2044 bFullSize, in cairo_dock_build_group_widget()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/unoidl/
H A Dunopage.cxx748 bool bFullSize = false; in setPropertyValue() local
749 if( ! ( aValue >>= bFullSize ) ) in setPropertyValue()
751 GetPage()->SetBackgroundFullSize( bFullSize ); in setPropertyValue()
1173 bool bFullSize = GetPage()->IsBackgroundFullSize(); in getPropertyValue() local
1174 aAny <<= bFullSize; in getPropertyValue()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/unoidl/
H A Dunopage.cxx742 bool bFullSize = false; in setPropertyValue() local
743 if( ! ( aValue >>= bFullSize ) ) in setPropertyValue()
745 GetPage()->SetBackgroundFullSize( bFullSize ); in setPropertyValue()
1167 bool bFullSize = GetPage()->IsBackgroundFullSize(); in getPropertyValue() local
1168 aAny <<= bFullSize; in getPropertyValue()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Ddrviews7.cxx1892 bool bFullSize = pMasterPage->IsBackgroundFullSize(); in SetPageProperties() local
1908 …PageKind, aNewSize, nLeft, nRight, nUpper, nLower, bScaleAll, eOrientation, nPaperBin, bFullSize ); in SetPageProperties()
1923 …PageKind, aNewSize, nLeft, nRight, nUpper, nLower, bScaleAll, eOrientation, nPaperBin, bFullSize ); in SetPageProperties()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Ddrviews7.cxx1830 bool bFullSize = pMasterPage->IsBackgroundFullSize(); in SetPageProperties() local
1846 …PageKind, aNewSize, nLeft, nRight, nUpper, nLower, bScaleAll, eOrientation, nPaperBin, bFullSize ); in SetPageProperties()
1861 …PageKind, aNewSize, nLeft, nRight, nUpper, nLower, bScaleAll, eOrientation, nPaperBin, bFullSize ); in SetPageProperties()