Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dflddat.hxx73 virtual bool QueryValue( css::uno::Any& rVal, sal_uInt16 nMId ) const override;
74 virtual bool PutValue( const css::uno::Any& rVal, sal_uInt16 nMId ) override;
H A Dusrfld.hxx69 virtual void QueryValue( css::uno::Any& rVal, sal_uInt16 nMId ) const override;
70 virtual void PutValue( const css::uno::Any& rVal, sal_uInt16 nMId ) override;
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dflddat.hxx73 virtual bool QueryValue( css::uno::Any& rVal, sal_uInt16 nMId ) const override;
74 virtual bool PutValue( const css::uno::Any& rVal, sal_uInt16 nMId ) override;
H A Dusrfld.hxx70 virtual void QueryValue( css::uno::Any& rVal, sal_uInt16 nMId ) const override;
71 virtual void PutValue( const css::uno::Any& rVal, sal_uInt16 nMId ) override;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/reportdesign/source/ui/dlg/
H A DNavigator.cxx329 sal_uInt16 nMId = aContextMenu->GetItemId(i); in Command() local
330 sal_uInt16 nSId = mapIdent(aContextMenu->GetItemIdent(nMId)); in Command()
332 aContextMenu->CheckItem(nMId, m_rController.isCommandChecked(nSId)); in Command()
335 … aContextMenu->EnableItem(nMId, m_rController.isEditable() && (xSupplier.is() || xFunctions.is())); in Command()
338 aContextMenu->EnableItem(nMId, bDeleteAllowed); in Command()
340 aContextMenu->EnableItem(nMId, bEnabled); in Command()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunofield.cxx835 const sal_uInt16 nMId = GetFieldTypeMId( rPropertyName, *pType ); in getPropertyValue() local
836 if (USHRT_MAX == nMId) in getPropertyValue()
842 pType->QueryValue( aRet, nMId ); in getPropertyValue()
H A Dunoframe.cxx1111 sal_uInt8 nMId = RES_GRFATR_CROPGRF == nIDs[nIndex] ? CONVERT_TWIPS : 0; in AnyToItemSet() local
1112 if(GetProperty(nIDs[nIndex], nMId, pAny )) in AnyToItemSet()
1115 bRet &= pItem->PutValue(*pAny, nMId ); in AnyToItemSet()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunofield.cxx864 const sal_uInt16 nMId = GetFieldTypeMId( rPropertyName, *pType ); in getPropertyValue() local
865 if (USHRT_MAX == nMId) in getPropertyValue()
871 pType->QueryValue( aRet, nMId ); in getPropertyValue()
H A Dunoframe.cxx1116 sal_uInt8 nMId = RES_GRFATR_CROPGRF == nIDs[nIndex] ? CONVERT_TWIPS : 0; in AnyToItemSet() local
1117 if(GetProperty(nIDs[nIndex], nMId, pAny )) in AnyToItemSet()
1120 bRet &= pItem->PutValue(*pAny, nMId ); in AnyToItemSet()