Home
last modified time | relevance | path

Searched refs:nMode (Results 1 – 25 of 978) sorted by relevance

12345678910>>...40

/dports/audio/mac/mac-3.99-u4-b5-s7/src/Console/
H A DConsole.cpp112 int nMode = UNDEFINED_MODE; in main() local
161 nMode = UNDEFINED_MODE; in main()
163 nMode = COMPRESS_MODE; in main()
165 nMode = DECOMPRESS_MODE; in main()
169 nMode = VERIFY_MODE; in main()
174 nMode = VERIFY_MODE; in main()
178 nMode = VERIFY_MODE; in main()
181 nMode = CONVERT_MODE; in main()
184 if (nMode == UNDEFINED_MODE) in main()
191 if (nMode == COMPRESS_MODE || nMode == CONVERT_MODE) in main()
[all …]
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/Console/
H A DConsole.cpp77 int nMode = UNDEFINED_MODE; in _tmain() local
125 nMode = UNDEFINED_MODE; in _tmain()
127 nMode = COMPRESS_MODE; in _tmain()
129 nMode = DECOMPRESS_MODE; in _tmain()
131 nMode = VERIFY_MODE; in _tmain()
133 nMode = CONVERT_MODE; in _tmain()
136 if (nMode == UNDEFINED_MODE) in _tmain()
143 if (nMode == COMPRESS_MODE || nMode == CONVERT_MODE) in _tmain()
160 if (nMode == COMPRESS_MODE) in _tmain()
177 else if (nMode == VERIFY_MODE) in _tmain()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/comp/
H A Dio.cxx176 StreamMode nMode = StreamMode::NONE; in Open() local
181 nMode = StreamMode::READ; nFlags |= SbiStreamFlags::Input; break; in Open()
185 nMode = StreamMode::WRITE; nFlags |= SbiStreamFlags::Append; break; in Open()
198 nMode &= ~StreamMode(StreamMode::READ | StreamMode::WRITE); // delete in Open()
204 nMode |= StreamMode::READ | StreamMode::WRITE; in Open()
207 nMode |= StreamMode::READ; in Open()
210 nMode |= StreamMode::WRITE; in Open()
217 Next(); nMode |= StreamMode::SHARE_DENYNONE; break; in Open()
226 nMode |= StreamMode::SHARE_DENYALL; in Open()
228 else nMode |= StreamMode::SHARE_DENYREAD; in Open()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/comp/
H A Dio.cxx176 StreamMode nMode = StreamMode::NONE; in Open() local
181 nMode = StreamMode::READ; nFlags |= SbiStreamFlags::Input; break; in Open()
185 nMode = StreamMode::WRITE; nFlags |= SbiStreamFlags::Append; break; in Open()
198 nMode &= ~StreamMode(StreamMode::READ | StreamMode::WRITE); // delete in Open()
204 nMode |= StreamMode::READ | StreamMode::WRITE; in Open()
207 nMode |= StreamMode::READ; in Open()
210 nMode |= StreamMode::WRITE; in Open()
217 Next(); nMode |= StreamMode::SHARE_DENYNONE; break; in Open()
226 nMode |= StreamMode::SHARE_DENYALL; in Open()
228 else nMode |= StreamMode::SHARE_DENYREAD; in Open()
[all …]
/dports/science/openbabel/openbabel-3.1.1/include/inchi/
H A Dichiparm.h55 int nMode = 0; in ReadCommandLineParms() local
442 nMode |= REQ_MODE_STEREO; in ReadCommandLineParms()
1560 nMode |= bVer1DefaultMode; in ReadCommandLineParms()
1564 nMode |= nReleaseMode; in ReadCommandLineParms()
1590 if ( !nMode || nMode == REQ_MODE_STEREO ) { in ReadCommandLineParms()
1597 if ( (nMode & REQ_MODE_STEREO) && !(nMode & (REQ_MODE_ISO | REQ_MODE_NON_ISO)) ) { in ReadCommandLineParms()
1602 if ( nMode & REQ_MODE_ISO ) { in ReadCommandLineParms()
1603 nMode |= REQ_MODE_NON_ISO; in ReadCommandLineParms()
1624 ip->nMode = nMode; in ReadCommandLineParms()
1765 INCHI_MODE nMode = ip->nMode; in PrintInputParms() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sot/source/sdstor/
H A Dstorage.cxx64 if( nMode & StreamMode::WRITE ) in SotTempStream()
231 CreateStorage( true, nMode ); in SotStorage()
242 if( ( nMode & ERASEMASK ) == ERASEMASK ) in CreateStorage()
314 CreateStorage( bUCBStorage, nMode ); in SotStorage()
540 nMode |= StreamMode::SHARE_DENYALL; in OpenSotStream()
547 if( nMode & StreamMode::TRUNC ) in OpenSotStream()
562 nMode |= StreamMode::SHARE_DENYALL; in OpenSotStorage()
664 if ( nMode & StreamMode::WRITE ) in OpenOLEStorage()
666 if ( nMode & StreamMode::TRUNC ) in OpenOLEStorage()
668 if ( nMode & StreamMode::NOCREATE ) in OpenOLEStorage()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/unotools/source/i18n/
H A Dcaserotate.cxx18 TransliterationFlags nMode = TransliterationFlags::NONE; in getNextMode() local
23 nMode = TransliterationFlags::TITLE_CASE; in getNextMode()
26 nMode = TransliterationFlags::SENTENCE_CASE; in getNextMode()
29 nMode = TransliterationFlags::LOWERCASE_UPPERCASE; in getNextMode()
33 nMode = TransliterationFlags::UPPERCASE_LOWERCASE; in getNextMode()
40 return nMode; in getNextMode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/unotools/source/i18n/
H A Dcaserotate.cxx18 TransliterationFlags nMode = TransliterationFlags::NONE; in getNextMode() local
23 nMode = TransliterationFlags::TITLE_CASE; in getNextMode()
26 nMode = TransliterationFlags::SENTENCE_CASE; in getNextMode()
29 nMode = TransliterationFlags::LOWERCASE_UPPERCASE; in getNextMode()
33 nMode = TransliterationFlags::UPPERCASE_LOWERCASE; in getNextMode()
40 return nMode; in getNextMode()
H A Dreadwritemutexguard.cxx32 nMode = nRequestMode; in ReadWriteGuard()
33 if ( nMode & ReadWriteGuardMode::Write ) in ReadWriteGuard()
43 if ( nMode & ReadWriteGuardMode::CriticalChange ) in ReadWriteGuard()
48 else if ( nMode & ReadWriteGuardMode::BlockCritical ) in ReadWriteGuard()
64 if ( nMode & ReadWriteGuardMode::Write ) in ~ReadWriteGuard()
66 else if ( nMode & ReadWriteGuardMode::BlockCritical ) in ~ReadWriteGuard()
82 bool bOk = !(nMode & (ReadWriteGuardMode::Write | ReadWriteGuardMode::BlockCritical)); in changeReadToWrite()
94 nMode |= ReadWriteGuardMode::Write; in changeReadToWrite()
/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/stream/
H A Dstrmwnt.cxx119 Open( aFileName, nMode ); in SvFileStream()
261 m_eStreamMode = nMode; in Open()
272 if( nMode & StreamMode::SHARE_DENYREAD) in Open()
278 if( nMode & StreamMode::SHARE_DENYALL) in Open()
281 if( nMode & StreamMode::READ ) in Open()
283 if( nMode & StreamMode::WRITE ) in Open()
290 if( !(nMode & StreamMode::NOCREATE) ) in Open()
292 if( nMode & StreamMode::TRUNC ) in Open()
299 if( nMode & StreamMode::TRUNC ) in Open()
307 if ( nMode & StreamMode::TEMPORARY ) in Open()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sot/source/sdstor/
H A Dstorage.cxx65 if( nMode & StreamMode::WRITE ) in SotStorageStream()
283 CreateStorage( true, nMode ); in SotStorage()
294 if( ( nMode & ERASEMASK ) == ERASEMASK ) in CreateStorage()
362 CreateStorage( bUCBStorage, nMode ); in SotStorage()
588 nMode |= StreamMode::SHARE_DENYALL; in OpenSotStream()
595 if( nMode & StreamMode::TRUNC ) in OpenSotStream()
610 nMode |= StreamMode::SHARE_DENYALL; in OpenSotStorage()
712 if ( nMode & StreamMode::WRITE ) in OpenOLEStorage()
714 if ( nMode & StreamMode::TRUNC ) in OpenOLEStorage()
716 if ( nMode & StreamMode::NOCREATE ) in OpenOLEStorage()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/utlui/
H A Dshdwcrsr.cxx33 void SwShadowCursor::SetPos( const Point& rPt, long nHeight, sal_uInt16 nMode ) in SetPos() argument
37 if( aOldPt != aPt || nOldHeight != nHeight || nOldMode != nMode ) in SetPos()
42 DrawCursor( aPt, nHeight, nMode ); in SetPos()
43 nOldMode = nMode; in SetPos()
69 void SwShadowCursor::DrawCursor( const Point& rPt, long nHeight, sal_uInt16 nMode ) in DrawCursor() argument
85 …if( text::HoriOrientation::LEFT == nMode || text::HoriOrientation::CENTER == nMode ) // Arrow t… in DrawCursor()
87 …if( text::HoriOrientation::RIGHT == nMode || text::HoriOrientation::CENTER == nMode ) // Arrow t… in DrawCursor()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/utlui/
H A Dshdwcrsr.cxx31 void SwShadowCursor::SetPos( const Point& rPt, tools::Long nHeight, sal_uInt16 nMode ) in SetPos() argument
35 if( aOldPt != aPt || nOldHeight != nHeight || nOldMode != nMode ) in SetPos()
40 DrawCursor( aPt, nHeight, nMode ); in SetPos()
41 nOldMode = nMode; in SetPos()
67 void SwShadowCursor::DrawCursor( const Point& rPt, tools::Long nHeight, sal_uInt16 nMode ) in DrawCursor() argument
83 …if( text::HoriOrientation::LEFT == nMode || text::HoriOrientation::CENTER == nMode ) // Arrow t… in DrawCursor()
85 …if( text::HoriOrientation::RIGHT == nMode || text::HoriOrientation::CENTER == nMode ) // Arrow t… in DrawCursor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/stream/
H A Dstrmwnt.cxx119 Open( aFileName, nMode ); in SvFileStream()
274 m_eStreamMode = nMode; in Open()
285 if( nMode & StreamMode::SHARE_DENYREAD) in Open()
288 if( nMode & StreamMode::SHARE_DENYWRITE) in Open()
291 if( nMode & StreamMode::SHARE_DENYALL) in Open()
294 if( nMode & StreamMode::READ ) in Open()
296 if( nMode & StreamMode::WRITE ) in Open()
303 if( !(nMode & StreamMode::NOCREATE) ) in Open()
305 if( nMode & StreamMode::TRUNC ) in Open()
312 if( nMode & StreamMode::TRUNC ) in Open()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/inc/
H A Diosys.hxx56 SbiStreamFlags nMode; member in SbiStream
69 bool IsText() const { return !bool(nMode & SbiStreamFlags::Binary); } in IsText()
70 bool IsRandom() const { return bool(nMode & SbiStreamFlags::Random); } in IsRandom()
71 bool IsBinary() const { return bool(nMode & SbiStreamFlags::Binary); } in IsBinary()
72 bool IsSeq() const { return !bool(nMode & SbiStreamFlags::Random); } in IsSeq()
73 bool IsAppend() const { return bool(nMode & SbiStreamFlags::Append); } in IsAppend()
75 SbiStreamFlags GetMode() const { return nMode; } in GetMode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/inc/
H A Diosys.hxx55 SbiStreamFlags nMode; member in SbiStream
68 bool IsText() const { return !bool(nMode & SbiStreamFlags::Binary); } in IsText()
69 bool IsRandom() const { return bool(nMode & SbiStreamFlags::Random); } in IsRandom()
70 bool IsBinary() const { return bool(nMode & SbiStreamFlags::Binary); } in IsBinary()
71 bool IsSeq() const { return !bool(nMode & SbiStreamFlags::Random); } in IsSeq()
72 bool IsAppend() const { return bool(nMode & SbiStreamFlags::Append); } in IsAppend()
74 SbiStreamFlags GetMode() const { return nMode; } in GetMode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/config/
H A Dprintoptions.cxx73 void SetReducedTransparencyMode( sal_Int16 nMode ) ;
75 void SetReducedGradientMode( sal_Int16 nMode ) ;
78 void SetReducedBitmapMode( sal_Int16 nMode ) ;
132 impl_setValue(PROPERTYNAME_REDUCEDTRANSPARENCYMODE, nMode); in SetReducedTransparencyMode()
140 void SvtPrintOptions_Impl::SetReducedGradientMode(sal_Int16 nMode) in SetReducedGradientMode() argument
142 impl_setValue(PROPERTYNAME_REDUCEDGRADIENTMODE, nMode); in SetReducedGradientMode()
155 void SvtPrintOptions_Impl::SetReducedBitmapMode(sal_Int16 nMode ) in SetReducedBitmapMode() argument
157 impl_setValue(PROPERTYNAME_REDUCEDBITMAPMODE, nMode); in SetReducedBitmapMode()
332 m_pDataContainer->SetReducedTransparencyMode( nMode ); in SetReducedTransparencyMode()
344 m_pDataContainer->SetReducedGradientMode( nMode ); in SetReducedGradientMode()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/formula/
H A Dtokenarray.hxx391 ScRecalcMode GetRecalcMode() const { return nMode; } in GetRecalcMode()
394 { nMode |= nBits & ~ScRecalcMode::EMask; } in SetCombinedBitsRecalcMode()
396 { return nMode & ~ScRecalcMode::EMask; } in GetCombinedBitsRecalcMode()
402 { nMode = GetCombinedBitsRecalcMode() | nBits; } in SetMaskedRecalcMode()
409 void ClearRecalcMode() { nMode = ScRecalcMode::NORMAL; } in ClearRecalcMode()
415 { nMode |= ScRecalcMode::FORCED; } in SetRecalcModeForced()
417 { nMode |= ScRecalcMode::ONREFMOVE; } in SetRecalcModeOnRefMove()
419 { return bool(nMode & ScRecalcMode::NORMAL); } in IsRecalcModeNormal()
421 { return bool(nMode & ScRecalcMode::ALWAYS); } in IsRecalcModeAlways()
423 { return bool(nMode & ScRecalcMode::FORCED); } in IsRecalcModeForced()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/formula/
H A Dtokenarray.hxx391 ScRecalcMode GetRecalcMode() const { return nMode; } in GetRecalcMode()
394 { nMode |= nBits & ~ScRecalcMode::EMask; } in SetCombinedBitsRecalcMode()
396 { return nMode & ~ScRecalcMode::EMask; } in GetCombinedBitsRecalcMode()
402 { nMode = GetCombinedBitsRecalcMode() | nBits; } in SetMaskedRecalcMode()
409 void ClearRecalcMode() { nMode = ScRecalcMode::NORMAL; } in ClearRecalcMode()
415 { nMode |= ScRecalcMode::FORCED; } in SetRecalcModeForced()
417 { nMode |= ScRecalcMode::ONREFMOVE; } in SetRecalcModeOnRefMove()
419 { return bool(nMode & ScRecalcMode::NORMAL); } in IsRecalcModeNormal()
421 { return bool(nMode & ScRecalcMode::ALWAYS); } in IsRecalcModeAlways()
423 { return bool(nMode & ScRecalcMode::FORCED); } in IsRecalcModeForced()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/extensions/source/activex/
H A Dso_activex.cxx301 DllUnregisterServerNative( nMode, false, false ); in DllRegisterServerNative_Impl()
424 if (nForModes[ind] & nMode) in DllRegisterServerNative_Impl()
495 if( nForModes[ind] & nMode ) in DllUnregisterServerNative_Impl()
600 DllUnregisterServerDoc( nMode, false, false ); in DllRegisterServerDoc_Impl()
607 if (nForMSModes[ind] & nMode) in DllRegisterServerDoc_Impl()
644 if (nForMSModes[ind] & nMode) in DllRegisterServerDoc_Impl()
662 hr = DllRegisterServerDoc_Impl( nMode, bForAllUsers, n64KeyAccess ); in DllRegisterServerDoc()
665 hr = DllRegisterServerDoc_Impl( nMode, bForAllUsers, n32KeyAccess ); in DllRegisterServerDoc()
681 if (nForMSModes[ind] & nMode) in DllUnregisterServerDoc_Impl()
726 STDAPI DllUnregisterServerDoc( int nMode, BOOL bForAllUsers, BOOL bFor64Bit ) in DllUnregisterServerDoc() argument
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/extensions/source/activex/
H A Dso_activex.cxx300 DllUnregisterServerNative( nMode, false, false ); in DllRegisterServerNative_Impl()
423 if (nForModes[ind] & nMode) in DllRegisterServerNative_Impl()
494 if( nForModes[ind] & nMode ) in DllUnregisterServerNative_Impl()
599 DllUnregisterServerDoc( nMode, false, false ); in DllRegisterServerDoc_Impl()
606 if (nForMSModes[ind] & nMode) in DllRegisterServerDoc_Impl()
643 if (nForMSModes[ind] & nMode) in DllRegisterServerDoc_Impl()
661 hr = DllRegisterServerDoc_Impl( nMode, bForAllUsers, n64KeyAccess ); in DllRegisterServerDoc()
664 hr = DllRegisterServerDoc_Impl( nMode, bForAllUsers, n32KeyAccess ); in DllRegisterServerDoc()
680 if (nForMSModes[ind] & nMode) in DllUnregisterServerDoc_Impl()
725 STDAPI DllUnregisterServerDoc( int nMode, BOOL bForAllUsers, BOOL bFor64Bit ) in DllUnregisterServerDoc() argument
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dddelink.cxx49 nMode( nM ), in ScDdeLink()
68 nMode ( rOther.nMode ), in ScDdeLink()
95 rStream.ReadUChar( nMode ); in ScDdeLink()
97 nMode = SC_DDE_DEFAULT; in ScDdeLink()
115 rStream.WriteUChar( nMode ); // since 388b in Store()
168 if ( nMode == SC_DDE_DEFAULT ) in DataChanged()
174 else if ( nMode == SC_DDE_ENGLISH ) in DataChanged()
186 if ( nMode != SC_DDE_TEXT && pFormatter->IsNumberFormat( aEntry, nIndex, fVal ) ) in DataChanged()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dddelink.cxx51 nMode( nM ), in ScDdeLink()
70 nMode ( rOther.nMode ), in ScDdeLink()
97 rStream.ReadUChar( nMode ); in ScDdeLink()
99 nMode = SC_DDE_DEFAULT; in ScDdeLink()
117 rStream.WriteUChar( nMode ); // since 388b in Store()
170 if ( nMode == SC_DDE_DEFAULT ) in DataChanged()
176 else if ( nMode == SC_DDE_ENGLISH ) in DataChanged()
188 if ( nMode != SC_DDE_TEXT && pFormatter->IsNumberFormat( aEntry, nIndex, fVal ) ) in DataChanged()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/core/
H A Dsdiocmpt.cxx28 nMode(nNewMode), in old_SdrDownCompat()
52 if(nMode == StreamMode::READ) in OpenSubRecord()
56 else if(nMode == StreamMode::WRITE) in OpenSubRecord()
71 if(nMode == StreamMode::READ) in CloseSubRecord()
79 else if(nMode == StreamMode::WRITE) in CloseSubRecord()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/core/
H A Dsdiocmpt.cxx28 nMode(nNewMode), in old_SdrDownCompat()
52 if(nMode == StreamMode::READ) in OpenSubRecord()
56 else if(nMode == StreamMode::WRITE) in OpenSubRecord()
71 if(nMode == StreamMode::READ) in CloseSubRecord()
79 else if(nMode == StreamMode::WRITE) in CloseSubRecord()

12345678910>>...40