Home
last modified time | relevance | path

Searched refs:rDescr (Results 1 – 25 of 54) sorted by relevance

123

/dports/editors/libreoffice6/libreoffice-6.4.7.2/toolkit/source/helper/
H A Dvclunohelper.cxx219 if ( !rDescr.Name.isEmpty() ) in CreateFont()
220 aFont.SetFamilyName( rDescr.Name ); in CreateFont()
221 if ( !rDescr.StyleName.isEmpty() ) in CreateFont()
222 aFont.SetStyleName( rDescr.StyleName ); in CreateFont()
223 if ( rDescr.Height ) in CreateFont()
224 aFont.SetFontSize( Size( rDescr.Width, rDescr.Height ) ); in CreateFont()
230 aFont.SetPitch( static_cast<FontPitch>(rDescr.Pitch) ); in CreateFont()
231 if ( rDescr.CharacterWidth ) in CreateFont()
233 if ( rDescr.Weight ) in CreateFont()
235 if ( rDescr.Slant != css::awt::FontSlant_DONTKNOW ) in CreateFont()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx57 ,m_aWidth(rDescr.m_aWidth) in OFieldDescription()
59 ,m_pType(rDescr.m_pType) in OFieldDescription()
60 ,m_xDest(rDescr.m_xDest) in OFieldDescription()
61 ,m_xDestInfo(rDescr.m_xDestInfo) in OFieldDescription()
62 ,m_sName(rDescr.m_sName) in OFieldDescription()
63 ,m_sTypeName(rDescr.m_sTypeName) in OFieldDescription()
66 ,m_nType(rDescr.m_nType) in OFieldDescription()
67 ,m_nPrecision(rDescr.m_nPrecision) in OFieldDescription()
68 ,m_nScale(rDescr.m_nScale) in OFieldDescription()
70 ,m_nFormatKey(rDescr.m_nFormatKey) in OFieldDescription()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx60 ,m_aWidth(rDescr.m_aWidth) in OFieldDescription()
62 ,m_pType(rDescr.m_pType) in OFieldDescription()
63 ,m_xDest(rDescr.m_xDest) in OFieldDescription()
64 ,m_xDestInfo(rDescr.m_xDestInfo) in OFieldDescription()
65 ,m_sName(rDescr.m_sName) in OFieldDescription()
66 ,m_sTypeName(rDescr.m_sTypeName) in OFieldDescription()
69 ,m_nType(rDescr.m_nType) in OFieldDescription()
70 ,m_nPrecision(rDescr.m_nPrecision) in OFieldDescription()
71 ,m_nScale(rDescr.m_nScale) in OFieldDescription()
73 ,m_nFormatKey(rDescr.m_nFormatKey) in OFieldDescription()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/toolkit/source/helper/
H A Dvclunohelper.cxx224 if ( !rDescr.Name.isEmpty() ) in CreateFont()
225 aFont.SetFamilyName( rDescr.Name ); in CreateFont()
226 if ( !rDescr.StyleName.isEmpty() ) in CreateFont()
227 aFont.SetStyleName( rDescr.StyleName ); in CreateFont()
228 if ( rDescr.Height ) in CreateFont()
229 aFont.SetFontSize( Size( rDescr.Width, rDescr.Height ) ); in CreateFont()
235 aFont.SetPitch( static_cast<FontPitch>(rDescr.Pitch) ); in CreateFont()
236 if ( rDescr.CharacterWidth ) in CreateFont()
238 if ( rDescr.Weight ) in CreateFont()
240 if ( rDescr.Slant != css::awt::FontSlant_DONTKNOW ) in CreateFont()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sdext/source/minimizer/
H A Dpppoptimizerdialog.cxx82 [this](const css::frame::DispatchDescriptor& rDescr) -> Reference<css::frame::XDispatch> { in queryDispatches() argument
83 return queryDispatch(rDescr.FeatureURL, rDescr.FrameName, rDescr.SearchFlags); }); in queryDispatches()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sdext/source/minimizer/
H A Dpppoptimizerdialog.cxx84 [this](const css::frame::DispatchDescriptor& rDescr) -> Reference<css::frame::XDispatch> { in queryDispatches() argument
85 return queryDispatch(rDescr.FeatureURL, rDescr.FrameName, rDescr.SearchFlags); }); in queryDispatches()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/unoidl/
H A Dunomodule.cxx85 [this](const frame::DispatchDescriptor& rDescr) -> uno::Reference<frame::XDispatch> { in queryDispatches() argument
86 return queryDispatch(rDescr.FeatureURL, rDescr.FrameName, rDescr.SearchFlags); }); in queryDispatches()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/unoidl/
H A Dunomodule.cxx85 [this](const frame::DispatchDescriptor& rDescr) -> uno::Reference<frame::XDispatch> { in queryDispatches() argument
86 return queryDispatch(rDescr.FeatureURL, rDescr.FrameName, rDescr.SearchFlags); }); in queryDispatches()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uno/
H A Dunomodule.cxx111 [this](const frame::DispatchDescriptor& rDescr) -> uno::Reference< frame::XDispatch > { in queryDispatches() argument
112 return queryDispatch( rDescr.FeatureURL, rDescr.FrameName, rDescr.SearchFlags ); }); in queryDispatches()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uno/
H A Dunomodule.cxx113 [this](const frame::DispatchDescriptor& rDescr) -> uno::Reference< frame::XDispatch > { in queryDispatches() argument
114 return queryDispatch( rDescr.FeatureURL, rDescr.FrameName, rDescr.SearchFlags ); }); in queryDispatches()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svl/
H A Durlbmk.hxx39 INetBookmark( const OUString &rUrl, const OUString &rDescr ) in INetBookmark() argument
40 : aUrl( rUrl ), aDescr( rDescr ) in INetBookmark()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svl/
H A Durlbmk.hxx39 INetBookmark( const OUString &rUrl, const OUString &rDescr ) in INetBookmark() argument
40 : aUrl( rUrl ), aDescr( rDescr ) in INetBookmark()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dhelpinterceptor.cxx129 [this](const DispatchDescriptor& rDescr) -> Reference<XDispatch> { in queryDispatches() argument
130 return queryDispatch(rDescr.FeatureURL, rDescr.FrameName, rDescr.SearchFlags); }); in queryDispatches()
H A Dappdispatchprovider.cxx150 [this](const DispatchDescriptor& rDescr) -> uno::Reference<frame::XDispatch> { in queryDispatches() argument
151 return queryDispatch(rDescr.FeatureURL, rDescr.FrameName, rDescr.SearchFlags); }); in queryDispatches()
H A Dmacroloader.cxx110 [this](const frame::DispatchDescriptor& rDescr) -> uno::Reference<frame::XDispatch> { in queryDispatches() argument
111 return queryDispatch(rDescr.FeatureURL, rDescr.FrameName, rDescr.SearchFlags); }); in queryDispatches()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/appl/
H A Dhelpinterceptor.cxx136 [this](const DispatchDescriptor& rDescr) -> Reference<XDispatch> { in queryDispatches() argument
137 return queryDispatch(rDescr.FeatureURL, rDescr.FrameName, rDescr.SearchFlags); }); in queryDispatches()
H A Dappdispatchprovider.cxx165 [this](const DispatchDescriptor& rDescr) -> uno::Reference<frame::XDispatch> { in queryDispatches() argument
166 return queryDispatch(rDescr.FeatureURL, rDescr.FrameName, rDescr.SearchFlags); }); in queryDispatches()
H A Dmacroloader.cxx118 [this](const frame::DispatchDescriptor& rDescr) -> uno::Reference<frame::XDispatch> { in queryDispatches() argument
119 return queryDispatch(rDescr.FeatureURL, rDescr.FrameName, rDescr.SearchFlags); }); in queryDispatches()
/dports/editors/libreoffice/libreoffice-7.2.6.2/store/source/
H A Dstordata.cxx589 page::DataBlock::LinkDescriptor &rDescr) const in scope()
604 rDescr.m_nIndex0 = static_cast<sal_uInt16>(index0 & 0xffff); in scope()
633 rDescr.m_nIndex0 = static_cast<sal_uInt16>(index0 & 0xffff); in scope()
634 rDescr.m_nIndex1 = static_cast<sal_uInt16>(index1 & 0xffff); in scope()
667 rDescr.m_nIndex0 = static_cast<sal_uInt16>(index0 & 0xffff); in scope()
668 rDescr.m_nIndex1 = static_cast<sal_uInt16>(index1 & 0xffff); in scope()
669 rDescr.m_nIndex2 = static_cast<sal_uInt16>(index2 & 0xffff); in scope()
707 rDescr.m_nIndex0 = static_cast<sal_uInt16>(index0 & 0xffff); in scope()
708 rDescr.m_nIndex1 = static_cast<sal_uInt16>(index1 & 0xffff); in scope()
709 rDescr.m_nIndex2 = static_cast<sal_uInt16>(index2 & 0xffff); in scope()
[all …]
H A Dstordata.hxx64 static sal_uInt16 capacity (const D& rDescr) // @see inode::ChunkDescriptor in capacity()
66 return static_cast<sal_uInt16>(store::ntohs(rDescr.m_nSize) - self::thePageSize); in capacity()
140 static sal_uInt16 capacity (const D& rDescr) in capacity()
142 return static_cast<sal_uInt16>(store::ntohs(rDescr.m_nSize) - self::thePageSize); in capacity()
151 static sal_uInt16 capacityCount (const D& rDescr) // @see DirectoryPageObject::scope() in capacityCount()
153 return sal_uInt16(capacity(rDescr) / sizeof(sal_uInt32)); in capacityCount()
737 page::DataBlock::LinkDescriptor &rDescr) const;
H A Dstorbios.cxx717 const OStorePageDescriptor& rDescr, storeAccessMode eMode) in acquirePage() argument
731 Ace * ace = Ace::find (&m_ace_head, rDescr.m_nAddr); in acquirePage()
732 if (ace->m_addr == rDescr.m_nAddr) in acquirePage()
743 Ace * entry = AceCache::get().create (rDescr.m_nAddr); in acquirePage()
758 storeError OStorePageBIOS::releasePage (const OStorePageDescriptor& rDescr) in releasePage() argument
768 Ace * ace = Ace::find (&m_ace_head, rDescr.m_nAddr); in releasePage()
769 if (ace->m_addr != rDescr.m_nAddr) in releasePage()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/store/source/
H A Dstordata.cxx589 page::DataBlock::LinkDescriptor &rDescr) const in scope()
604 rDescr.m_nIndex0 = static_cast<sal_uInt16>(index0 & 0xffff); in scope()
633 rDescr.m_nIndex0 = static_cast<sal_uInt16>(index0 & 0xffff); in scope()
634 rDescr.m_nIndex1 = static_cast<sal_uInt16>(index1 & 0xffff); in scope()
667 rDescr.m_nIndex0 = static_cast<sal_uInt16>(index0 & 0xffff); in scope()
668 rDescr.m_nIndex1 = static_cast<sal_uInt16>(index1 & 0xffff); in scope()
669 rDescr.m_nIndex2 = static_cast<sal_uInt16>(index2 & 0xffff); in scope()
707 rDescr.m_nIndex0 = static_cast<sal_uInt16>(index0 & 0xffff); in scope()
708 rDescr.m_nIndex1 = static_cast<sal_uInt16>(index1 & 0xffff); in scope()
709 rDescr.m_nIndex2 = static_cast<sal_uInt16>(index2 & 0xffff); in scope()
[all …]
H A Dstordata.hxx64 static sal_uInt16 capacity (const D& rDescr) // @see inode::ChunkDescriptor in capacity()
66 return static_cast<sal_uInt16>(store::ntohs(rDescr.m_nSize) - self::thePageSize); in capacity()
140 static sal_uInt16 capacity (const D& rDescr) in capacity()
142 return static_cast<sal_uInt16>(store::ntohs(rDescr.m_nSize) - self::thePageSize); in capacity()
151 static sal_uInt16 capacityCount (const D& rDescr) // @see DirectoryPageObject::scope() in capacityCount()
153 return sal_uInt16(capacity(rDescr) / sizeof(sal_uInt32)); in capacityCount()
737 page::DataBlock::LinkDescriptor &rDescr) const;
H A Dstorbios.cxx713 const OStorePageDescriptor& rDescr, storeAccessMode eMode) in acquirePage() argument
727 Ace * ace = Ace::find (&m_ace_head, rDescr.m_nAddr); in acquirePage()
728 if (ace->m_addr == rDescr.m_nAddr) in acquirePage()
739 Ace * entry = AceCache::get().create (rDescr.m_nAddr); in acquirePage()
754 storeError OStorePageBIOS::releasePage (const OStorePageDescriptor& rDescr) in releasePage() argument
764 Ace * ace = Ace::find (&m_ace_head, rDescr.m_nAddr); in releasePage()
765 if (ace->m_addr != rDescr.m_nAddr) in releasePage()
/dports/editors/libreoffice/libreoffice-7.2.6.2/scripting/source/protocolhandler/
H A Dscripthandler.cxx111 [this](const DispatchDescriptor& rDescr) -> Reference<XDispatch> { in queryDispatches() argument
112 return queryDispatch(rDescr.FeatureURL, rDescr.FrameName, rDescr.SearchFlags); }); in queryDispatches()

123