Home
last modified time | relevance | path

Searched refs:nAttrib (Results 51 – 68 of 68) sorted by relevance

123

/dports/games/libretro-hatari/hatari-561c07e/src/
H A Dgemdos.c2316 int nRwFlag, nAttrib; in GemDOS_Fattrib() local
2324 nAttrib = STMemory_ReadWord(Params+SIZE_LONG+SIZE_WORD); in GemDOS_Fattrib()
2327 psFileName, nRwFlag, nAttrib, in GemDOS_Fattrib()
2340 if (nAttrib == GEMDOS_FILE_ATTRIB_VOLUME_LABEL) in GemDOS_Fattrib()
2366 if (nAttrib & GEMDOS_FILE_ATTRIB_SUBDIRECTORY) in GemDOS_Fattrib()
2385 if (nAttrib & GEMDOS_FILE_ATTRIB_READONLY) in GemDOS_Fattrib()
2392 Regs[REG_D0] = nAttrib; in GemDOS_Fattrib()
2403 Regs[REG_D0] = nAttrib; in GemDOS_Fattrib()
2414 …Regs[REG_D0] = errno2gemdos(errno, (nAttrib & GEMDOS_FILE_ATTRIB_SUBDIRECTORY) ? ERROR_PATH : ERRO… in GemDOS_Fattrib()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dnode.cxx110 void SmNode::SetAttribut(FontAttribute nAttrib) in SetAttribut() argument
113 (nAttrib == FontAttribute::Bold && !(Flags() & FontChangeMask::Bold)) || in SetAttribut()
114 (nAttrib == FontAttribute::Italic && !(Flags() & FontChangeMask::Italic)) in SetAttribut()
117 mnAttributes |= nAttrib; in SetAttribut()
120 ForEachNonNull(this, [nAttrib](SmNode *pNode){pNode->SetAttribut(nAttrib);}); in SetAttribut()
124 void SmNode::ClearAttribut(FontAttribute nAttrib) in ClearAttribut() argument
127 (nAttrib == FontAttribute::Bold && !(Flags() & FontChangeMask::Bold)) || in ClearAttribut()
128 (nAttrib == FontAttribute::Italic && !(Flags() & FontChangeMask::Italic)) in ClearAttribut()
131 mnAttributes &= ~nAttrib; in ClearAttribut()
134 ForEachNonNull(this, [nAttrib](SmNode *pNode){pNode->ClearAttribut(nAttrib);}); in ClearAttribut()
/dports/emulators/hatari/hatari-2.2.1/src/
H A Dgemdos.c2504 int nRwFlag, nAttrib; in GemDOS_Fattrib() local
2512 nAttrib = STMemory_ReadWord(Params+SIZE_LONG+SIZE_WORD); in GemDOS_Fattrib()
2515 psFileName, nRwFlag, nAttrib, in GemDOS_Fattrib()
2528 if (nAttrib == GEMDOS_FILE_ATTRIB_VOLUME_LABEL) in GemDOS_Fattrib()
2554 if (nAttrib & GEMDOS_FILE_ATTRIB_SUBDIRECTORY) in GemDOS_Fattrib()
2573 if (nAttrib & GEMDOS_FILE_ATTRIB_READONLY) in GemDOS_Fattrib()
2578 Regs[REG_D0] = nAttrib; in GemDOS_Fattrib()
2587 Regs[REG_D0] = nAttrib; in GemDOS_Fattrib()
2598 …Regs[REG_D0] = errno2gemdos(errno, (nAttrib & GEMDOS_FILE_ATTRIB_SUBDIRECTORY) ? ERROR_PATH : ERRO… in GemDOS_Fattrib()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/
H A Dconc.cpp455 UINT32 nAttrib = 0; in ConfigParseMAMEFile() local
491 _stscanf (tmp, _T("%x"), &nAttrib); in ConfigParseMAMEFile()
/dports/editors/libreoffice/libreoffice-7.2.6.2/store/source/
H A Dstordata.hxx613 void attrib (sal_uInt32 nAttrib) in attrib() argument
615 PAGE().m_aNameBlock.m_nAttrib = store::htonl(nAttrib); in attrib()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/store/source/
H A Dstordata.hxx613 void attrib (sal_uInt32 nAttrib) in attrib() argument
615 PAGE().m_aNameBlock.m_nAttrib = store::htonl(nAttrib); in attrib()
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/
H A Dnode.hxx212 void SetAttribute(FontAttribute nAttrib);
220 void ClearAttribute(FontAttribute nAttrib);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/inc/
H A Dnode.hxx140 void SetAttribut(FontAttribute nAttrib);
141 void ClearAttribut(FontAttribute nAttrib);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/xml/
H A Dxmlexprt.hxx205 void CollectUserDefinedNamespaces(const SfxItemPool* pPool, sal_uInt16 nAttrib);
H A Dxmlexprt.cxx5307 void ScXMLExport::CollectUserDefinedNamespaces(const SfxItemPool* pPool, sal_uInt16 nAttrib) in CollectUserDefinedNamespaces() argument
5309 for (const SfxPoolItem* pItem : pPool->GetItemSurrogates(nAttrib)) in CollectUserDefinedNamespaces()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/xml/
H A Dxmlexprt.hxx206 void CollectUserDefinedNamespaces(const SfxItemPool* pPool, sal_uInt16 nAttrib);
H A Dxmlexprt.cxx5171 void ScXMLExport::CollectUserDefinedNamespaces(const SfxItemPool* pPool, sal_uInt16 nAttrib) in CollectUserDefinedNamespaces() argument
5173 for (const SfxPoolItem* pItem : pPool->GetItemSurrogates(nAttrib)) in CollectUserDefinedNamespaces()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddocument10.cxx186 for (sal_uInt16 nAttrib : pAttribs) in GetDocColors() local
188 for (const SfxPoolItem* pItem : pPool->GetItemSurrogates(nAttrib)) in GetDocColors()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddocument10.cxx186 for (sal_uInt16 nAttrib : pAttribs) in GetDocColors() local
188 for (const SfxPoolItem* pItem : pPool->GetItemSurrogates(nAttrib)) in GetDocColors()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Ddocfmt.cxx2012 for (sal_uInt16 nAttrib : pAttribs) in GetDocColors() local
2014 for (const SfxPoolItem* pItem : rPool.GetItemSurrogates(nAttrib)) in GetDocColors()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Ddocfmt.cxx1980 for (sal_uInt16 nAttrib : pAttribs) in GetDocColors() local
1982 for (const SfxPoolItem* pItem : rPool.GetItemSurrogates(nAttrib)) in GetDocColors()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog718135 are created (in idl) as instances of SfxTypeN with properly sized nAttrib
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog980184 are created (in idl) as instances of SfxTypeN with properly sized nAttrib

123