Home
last modified time | relevance | path

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

12345678910>>...14

/trunk/main/sot/source/sdstor/
H A Dstorage.cxx89 SvLockBytesRef MakeLockBytes_Impl( const String & rName, StreamMode nMode ) in MakeLockBytes_Impl() argument
94 SvStream * pFileStm = new SvFileStream( rName, nMode ); in MakeLockBytes_Impl()
105 SotStorageStream::SotStorageStream( const String & rName, StreamMode nMode, in SotStorageStream() argument
111 : SvStream( MakeLockBytes_Impl( rName, nMode ) ) in SotStorageStream()
114 if( nMode & STREAM_WRITE ) in SotStorageStream()
505 …e( const ::ucbhelper::Content& rContent, const String & rName, StreamMode nMode, StorageMode nStor… in SotStorage() argument
509 …m_pOwnStg = new UCBStorage( rContent, m_aName, nMode, (nStorageMode & STORAGE_TRANSACTED) ? sal_Fa… in SotStorage()
519 SotStorage::SotStorage( const String & rName, StreamMode nMode, StorageMode nStorageMode ) in SotStorage() argument
523 CreateStorage( sal_True, nMode, nStorageMode ); in SotStorage()
528 void SotStorage::CreateStorage( sal_Bool bForceUCBStorage, StreamMode nMode, StorageMode nStorageMo… in CreateStorage() argument
[all …]
H A Ducbstorage.cxx501 void PrepareCachedForReopen( StreamMode nMode );
552 …UCBStorage_Impl* OpenStorage( UCBStorageElement_Impl* pElement, StreamMode nMode, sal_B…
677 UCBStorageStream_Impl::UCBStorageStream_Impl( const String& rName, StreamMode nMode, UCBStorageStre… in UCBStorageStream_Impl() argument
684 , m_nMode( nMode ) in UCBStorageStream_Impl()
685 , m_bSourceRead( !( nMode & STREAM_TRUNC ) ) in UCBStorageStream_Impl()
1362 void UCBStorageStream_Impl::PrepareCachedForReopen( StreamMode nMode ) argument
1368 nMode |= STREAM_WRITE;
1371 m_nMode = nMode;
1374 if ( nMode & STREAM_TRUNC )
1386 UCBStorageStream::UCBStorageStream( const String& rName, StreamMode nMode, sal_Bool bDirect, const … argument
[all …]
H A Dstg.cxx103 OLEStorageBase::OLEStorageBase( StgIo* p, StgDirEntry* pe, StreamMode& nMode ) in OLEStorageBase() argument
104 : nStreamMode( nMode ), pIo( p ), pEntry( pe ) in OLEStorageBase()
153 sal_uInt16 nCurMode = ( p && p->nRefCnt ) ? p->nMode : 0xFFFF; in ValidateMode_Impl()
188 q->nMode = m; in StorageStream()
321 sal_Bool StorageStream::ValidateMode( StreamMode nMode ) const in ValidateMode()
323 sal_Bool bRet = ValidateMode_Impl( nMode, NULL ); in ValidateMode()
329 sal_Bool StorageStream::ValidateMode( StreamMode nMode, StgDirEntry* p ) const in ValidateMode() argument
331 sal_Bool bRet = ValidateMode_Impl( nMode, p ); in ValidateMode()
399 pEntry->nMode = m; in Storage()
428 pEntry->nMode = m_nMode; in Storage()
[all …]
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx172 inline void ImplExecMode( sal_uLong nMode );
175 inline void ImplWriteLine( const char*, sal_uLong nMode = PS_RET );
178 …void ImplWriteF( sal_Int32 nNumb, sal_uLong nCount = 3, sal_uLong nMode = PS_SPACE …
181 void ImplWriteDouble( double, sal_uLong nMode = PS_SPACE );
184 void ImplWriteLong( sal_Int32 nNumb, sal_uLong nMode = PS_SPACE );
187 void ImplWriteByte( sal_uInt8 nNumb, sal_uLong nMode = PS_SPACE );
190 void ImplWriteHexByte( sal_uInt8 nNumb, sal_uLong nMode = PS_WRAP );
193 void ImplWriteB1( sal_uInt8 nNumb, sal_uLong nMode = PS_SPACE );
195 inline void ImplWritePoint( const Point&, sal_uInt32 nMode = PS_SPACE );
196 void ImplMoveTo( const Point&, sal_uInt32 nMode = PS_SPACE );
[all …]
/trunk/main/formula/inc/formula/
H A Dtokenarray.hxx77 ScRecalcMode nMode; // Flags to indicate when to recalc this code member in formula::FormulaTokenArray
86 { nMode |= (nBits & ~RECALCMODE_EMASK); } in SetCombinedBitsRecalcMode()
88 { return nMode & ~RECALCMODE_EMASK; } in GetCombinedBitsRecalcMode()
93 { nMode = GetCombinedBitsRecalcMode() | nBits; } in SetMaskedRecalcMode()
141 inline ScRecalcMode GetRecalcMode() const { return nMode; } in GetRecalcMode()
147 inline void ClearRecalcMode() { nMode = RECALCMODE_NORMAL; } in ClearRecalcMode()
157 { nMode |= RECALCMODE_FORCED; } in SetRecalcModeForced()
159 { nMode &= ~RECALCMODE_FORCED; } in ClearRecalcModeForced()
161 { nMode |= RECALCMODE_ONREFMOVE; } in SetRecalcModeOnRefMove()
163 { nMode &= ~RECALCMODE_ONREFMOVE; } in ClearRecalcModeOnRefMove()
[all …]
/trunk/main/extensions/source/activex/main/
H A Dso_activex.cpp210 STDAPI DllUnregisterServerNative( int nMode, BOOL bForAllUsers, BOOL bFor64Bit );
211 STDAPI DllRegisterServerNative_Impl( int nMode, BOOL bForAllUsers, REGSAM nKeyAccess, const char* p… in DllRegisterServerNative_Impl() argument
232 DllUnregisterServerNative( nMode, sal_False, sal_False ); in DllRegisterServerNative_Impl()
310 if( nForModes[ind] & nMode ) in DllRegisterServerNative_Impl()
357 STDAPI DllRegisterServerNative( int nMode, BOOL bForAllUsers, BOOL bFor64Bit, const char* pProgramP… in DllRegisterServerNative() argument
361 …hr = DllRegisterServerNative_Impl( nMode, bForAllUsers, n64KeyAccess, pProgramPath, X64_LIB_NAME ); in DllRegisterServerNative()
364 …hr = DllRegisterServerNative_Impl( nMode, bForAllUsers, n32KeyAccess, pProgramPath, X32_LIB_NAME ); in DllRegisterServerNative()
392 STDAPI DllUnregisterServerNative_Impl( int nMode, BOOL bForAllUsers, REGSAM nKeyAccess ) in DllUnregisterServerNative_Impl() argument
401 if( nForModes[ind] & nMode ) in DllUnregisterServerNative_Impl()
480 STDAPI DllUnregisterServerNative( int nMode, BOOL bForAllUsers, BOOL bFor64Bit ) in DllUnregisterServerNative() argument
[all …]
/trunk/main/basic/source/comp/
H A Dio.cxx209 short nMode = 0; in Open() local
214 nMode = STREAM_READ; nFlags |= SBSTRM_INPUT; break; in Open()
216 nMode = STREAM_WRITE | STREAM_TRUNC; nFlags |= SBSTRM_OUTPUT; break; in Open()
218 nMode = STREAM_WRITE; nFlags |= SBSTRM_APPEND; break; in Open()
220 nMode = STREAM_READ | STREAM_WRITE; nFlags |= SBSTRM_RANDOM; break; in Open()
222 nMode = STREAM_READ | STREAM_WRITE; nFlags |= SBSTRM_BINARY; break; in Open()
231 nMode &= ~(STREAM_READ | STREAM_WRITE); // löschen in Open()
237 nMode |= (STREAM_READ | STREAM_WRITE); in Open()
240 nMode |= STREAM_READ; in Open()
243 nMode |= STREAM_WRITE; in Open()
[all …]
/trunk/main/tools/source/stream/
H A Dstrmwnt.cxx128 SvFileStream::SvFileStream( const String& rFileName, StreamMode nMode ) in SvFileStream() argument
141 Open( aFileName, nMode ); in SvFileStream()
460 void SvFileStream::Open( const String& rFilename, StreamMode nMode ) in Open() argument
468 eStreamMode = nMode; in Open()
496 if( nMode & STREAM_SHARE_DENYREAD) in Open()
499 if( nMode & STREAM_SHARE_DENYWRITE) in Open()
502 if( nMode & STREAM_SHARE_DENYALL) in Open()
505 if( (nMode & STREAM_READ) ) in Open()
507 if( (nMode & STREAM_WRITE) ) in Open()
511 nMode |= STREAM_NOCREATE; // wenn ja, nicht erzeugen in Open()
[all …]
/trunk/main/package/qa/ofopxmlstorages/
H A DTestHelper.java174 int nMode, in setStorageTypeAndCheckProps() argument
197 && ( nPropMode | ElementModes.READ ) != ( nMode | ElementModes.READ ) ) in setStorageTypeAndCheckProps()
198 || ( !bIsRoot && ( nPropMode & nMode ) != nMode ) ) in setStorageTypeAndCheckProps()
200 …Error( "'OpenMode' property contains wrong value, expected " + nMode + ", in reality " + nPropMode… in setStorageTypeAndCheckProps()
340 int nMode, in checkStorageProperties() argument
363 && ( nPropMode | ElementModes.READ ) != ( nMode | ElementModes.READ ) ) in checkStorageProperties()
364 || ( !bIsRoot && ( nPropMode & nMode ) != nMode ) ) in checkStorageProperties()
366 …Error( "'OpenMode' property contains wrong value, expected " + nMode + ", in reality " + nPropMode… in checkStorageProperties()
694 public XStorage openSubStorage( XStorage xStorage, String sName, int nMode ) in openSubStorage() argument
699 Object oSubStorage = xStorage.openStorageElement( sName, nMode ); in openSubStorage()
[all …]
/trunk/main/uui/source/
H A Diahndl-authentication.cxx415 task::PasswordRequestMode nMode) in executeMasterPasswordDialog() argument
425 if( nMode == task::PasswordRequestMode_PASSWORD_CREATE ) in executeMasterPasswordDialog()
437 new MasterPasswordDialog(pParent, nMode, xManager.get())); in executeMasterPasswordDialog()
473 task::PasswordRequestMode nMode, in handleMasterPasswordRequest_() argument
486 executeMasterPasswordDialog(pParent, aInfo, nMode); in handleMasterPasswordRequest_()
515 task::PasswordRequestMode nMode, in executePasswordDialog() argument
528 if( nMode == task::PasswordRequestMode_PASSWORD_CREATE ) in executePasswordDialog()
533 new PasswordDialog( pParent, nMode, xManager.get(), aDocName, in executePasswordDialog()
557 new PasswordDialog( pParent, nMode, xManager.get(), aDocName, in executePasswordDialog()
577 task::PasswordRequestMode nMode, in handlePasswordRequest_() argument
[all …]
/trunk/main/svtools/source/config/
H A Dprintoptions.cxx150 void SetReducedTransparencyMode( sal_Int16 nMode ) ;
152 void SetReducedGradientMode( sal_Int16 nMode ) ;
155 void SetReducedBitmapMode( sal_Int16 nMode ) ;
428 void SvtPrintOptions_Impl::SetReducedTransparencyMode(sal_Int16 nMode) in SetReducedTransparencyMode() argument
430 impl_setValue(PROPERTYNAME_REDUCEDTRANSPARENCYMODE, nMode); in SetReducedTransparencyMode()
438 void SvtPrintOptions_Impl::SetReducedGradientMode(sal_Int16 nMode) in SetReducedGradientMode() argument
440 impl_setValue(PROPERTYNAME_REDUCEDGRADIENTMODE, nMode); in SetReducedGradientMode()
453 void SvtPrintOptions_Impl::SetReducedBitmapMode(sal_Int16 nMode ) in SetReducedBitmapMode() argument
455 impl_setValue(PROPERTYNAME_REDUCEDBITMAPMODE, nMode); in SetReducedBitmapMode()
666 void SvtBasePrintOptions::SetReducedTransparencyMode( sal_Int16 nMode ) in SetReducedTransparencyMode() argument
[all …]
/trunk/main/svtools/source/brwbox/
H A Dbrwbox1.cxx95 void BrowseBox::ConstructImpl( BrowserMode nMode ) in ConstructImpl() argument
141 SetMode( nMode ); in ConstructImpl()
151 BrowseBox::BrowseBox( Window* pParent, WinBits nBits, BrowserMode nMode ) in BrowseBox() argument
158 ConstructImpl( nMode ); in BrowseBox()
163 BrowseBox::BrowseBox( Window* pParent, const ResId& rId, BrowserMode nMode ) in BrowseBox() argument
170 ConstructImpl(nMode); in BrowseBox()
2425 void BrowseBox::SetMode( BrowserMode nMode ) in SetMode() argument
2431 nMode = in SetMode()
2450 getDataWindow()->bAutoHScroll = BROWSER_AUTO_HSCROLL == ( nMode & BROWSER_AUTO_HSCROLL ); in SetMode()
2451 getDataWindow()->bAutoVScroll = BROWSER_AUTO_VSCROLL == ( nMode & BROWSER_AUTO_VSCROLL ); in SetMode()
[all …]
/trunk/main/sw/source/ui/utlui/
H A Dshdwcrsr.cxx43 void SwShadowCursor::SetPos( const Point& rPt, long nHeight, sal_uInt16 nMode ) in SetPos() argument
47 if( aOldPt != aPt || nOldHeight != nHeight || nOldMode != nMode ) in SetPos()
52 DrawCrsr( aPt, nHeight, nMode ); in SetPos()
53 nOldMode = nMode; in SetPos()
78 void SwShadowCursor::DrawCrsr( const Point& rPt, long nHeight, sal_uInt16 nMode ) in DrawCrsr() argument
94 …if( text::HoriOrientation::LEFT == nMode || text::HoriOrientation::CENTER == nMode ) // Pfeil n… in DrawCrsr()
96 …if( text::HoriOrientation::RIGHT == nMode || text::HoriOrientation::CENTER == nMode ) // Pfeil n… in DrawCrsr()
/trunk/main/sc/source/core/tool/
H A Dddelink.cxx62 nMode( nM ), in ScDdeLink()
81 nMode ( rOther.nMode ), in ScDdeLink()
108 rStream >> nMode; in ScDdeLink()
110 nMode = SC_DDE_DEFAULT; in ScDdeLink()
130 rStream << nMode; // seit 388b in Store()
182 if ( nMode == SC_DDE_DEFAULT ) in DataChanged()
188 else if ( nMode == SC_DDE_ENGLISH ) in DataChanged()
200 if ( nMode != SC_DDE_TEXT && pFormatter->IsNumberFormat( aEntry, nIndex, fVal ) ) in DataChanged()
225 aHint.SetDdeLink( aAppl, aTopic, aItem, nMode ); in DataChanged()
/trunk/main/odk/examples/java/Storage/
H A DTestHelper.java283 …ean setStorageTypeAndCheckProps( XStorage xStorage, String sMediaType, boolean bIsRoot, int nMode ) in setStorageTypeAndCheckProps() argument
307 …if ( ( bIsRoot && ( nPropMode | ElementModes.ELEMENT_READ ) != ( nMode | ElementModes.ELEMENT_READ… in setStorageTypeAndCheckProps()
308 || ( !bIsRoot && ( nPropMode & nMode ) != nMode ) ) in setStorageTypeAndCheckProps()
327 … boolean checkStorageProperties( XStorage xStorage, String sMediaType, boolean bIsRoot, int nMode ) in checkStorageProperties() argument
356 …if ( ( bIsRoot && ( nPropMode | ElementModes.ELEMENT_READ ) != ( nMode | ElementModes.ELEMENT_READ… in checkStorageProperties()
357 || ( !bIsRoot && ( nPropMode & nMode ) != nMode ) ) in checkStorageProperties()
667 public XStorage openSubStorage( XStorage xStorage, String sName, int nMode ) in openSubStorage() argument
672 Object oSubStorage = xStorage.openStorageElement( sName, nMode ); in openSubStorage()
824 int nMode ) in OpenStream() argument
830 Object oSubStream = xStorage.openStreamElement( sStreamName, nMode ); in OpenStream()
[all …]
/trunk/main/package/qa/storages/
H A DTestHelper.java673 …ean setStorageTypeAndCheckProps( XStorage xStorage, String sMediaType, boolean bIsRoot, int nMode ) in setStorageTypeAndCheckProps() argument
698 && ( nPropMode | ElementModes.READ ) != ( nMode | ElementModes.READ ) ) in setStorageTypeAndCheckProps()
699 || ( !bIsRoot && ( nPropMode & nMode ) != nMode ) ) in setStorageTypeAndCheckProps()
701 …Error( "'OpenMode' property contains wrong value, expected " + nMode + ", in reality " + nPropMode… in setStorageTypeAndCheckProps()
718 … boolean checkStorageProperties( XStorage xStorage, String sMediaType, boolean bIsRoot, int nMode ) in checkStorageProperties() argument
748 && ( nPropMode | ElementModes.READ ) != ( nMode | ElementModes.READ ) ) in checkStorageProperties()
749 || ( !bIsRoot && ( nPropMode & nMode ) != nMode ) ) in checkStorageProperties()
751 …Error( "'OpenMode' property contains wrong value, expected " + nMode + ", in reality " + nPropMode… in checkStorageProperties()
1218 public XStorage openSubStorage( XStorage xStorage, String sName, int nMode ) in openSubStorage() argument
1223 Object oSubStorage = xStorage.openStorageElement( sName, nMode ); in openSubStorage()
[all …]
/trunk/main/unotools/source/i18n/
H A Dreadwritemutexguard.cxx39 nMode = nRequestMode; in ReadWriteGuard()
40 if ( nMode & ReadWriteGuardMode::nWrite ) in ReadWriteGuard()
50 if ( nMode & ReadWriteGuardMode::nCriticalChange ) in ReadWriteGuard()
55 else if ( nMode & ReadWriteGuardMode::nBlockCritical ) in ReadWriteGuard()
72 if ( nMode & ReadWriteGuardMode::nWrite ) in ~ReadWriteGuard()
74 else if ( nMode & ReadWriteGuardMode::nBlockCritical ) in ~ReadWriteGuard()
91 sal_Bool bOk = !(nMode & (ReadWriteGuardMode::nWrite | ReadWriteGuardMode::nBlockCritical)); in changeReadToWrite()
103 nMode |= ReadWriteGuardMode::nWrite; in changeReadToWrite()
/trunk/main/sw/source/ui/app/
H A Dappenv.cxx226 short nMode = ENV_INSERT; in InsertEnv() local
236 nMode = pDlg->Execute(); in InsertEnv()
242 nMode = ENV_NEWDOC; in InsertEnv()
245 if (nMode == ENV_NEWDOC || nMode == ENV_INSERT) in InsertEnv()
257 if ( nMode != ENV_NEWDOC ) in InsertEnv()
265 SwWrtShell *pTmp = nMode == ENV_INSERT ? pOldSh : pSh; in InsertEnv()
272 if (nMode == ENV_INSERT) in InsertEnv()
348 if( ENV_NEWDOC != nMode && !bEnvChange ) in InsertEnv()
480 if (nMode == ENV_NEWDOC) in InsertEnv()
485 if (nMode == ENV_NEWDOC) in InsertEnv()
[all …]
/trunk/main/autodoc/source/cosv/storage/
H A Dfile.cxx37 nMode(i_nMode), in File()
46 nMode(i_nMode), in File()
55 nMode(i_nMode), in File()
64 nMode(i_nMode), in File()
182 if ( i_nOpenMode == 0 OR i_nOpenMode == nMode ) in do_open()
188 nMode = i_nOpenMode; in do_open()
191 switch ( nMode ) in do_open()
204 if ( pStream == 0 AND nMode == CFM_RW ) in do_open()
/trunk/main/basctl/source/basicide/
H A Dmacrodlg.cxx83 nMode = MACROCHOOSER_ALL; in DECLARE_LIST()
265 if ( nMode == MACROCHOOSER_CHOOSEONLY || nMode == MACROCHOOSER_RECORDING ) in EnableButton()
443 if ( nMode != MACROCHOOSER_RECORDING ) in CheckButtons()
447 if ( ( nMode != MACROCHOOSER_CHOOSEONLY ) && StarBASIC::IsRunning() ) in CheckButtons()
461 EnableButton( aOrganizeButton, !StarBASIC::IsRunning() && ( nMode == MACROCHOOSER_ALL )); in CheckButtons()
467 …!StarBASIC::IsRunning() && ( nMode == MACROCHOOSER_ALL ) && !bProtected && !bReadOnly && !bShare ); in CheckButtons()
470 if ( ( bPrev != bNewDelIsDel ) && ( nMode == MACROCHOOSER_ALL ) ) in CheckButtons()
476 if ( nMode == MACROCHOOSER_RECORDING ) in CheckButtons()
503 if ( nMode == MACROCHOOSER_RECORDING ) in IMPL_LINK_INLINE_START()
672 if ( nMode == MACROCHOOSER_ALL ) in IMPL_LINK()
[all …]
/trunk/main/basic/source/inc/
H A Diosys.hxx53 short nMode; // Bits: member in SbiStream
67 bool IsText() const { return (nMode & SBSTRM_BINARY) == 0; } in IsText()
68 bool IsRandom() const { return (nMode & SBSTRM_RANDOM) != 0; } in IsRandom()
69 bool IsBinary() const { return (nMode & SBSTRM_BINARY) != 0; } in IsBinary()
70 bool IsSeq() const { return (nMode & SBSTRM_RANDOM) == 0; } in IsSeq()
71 bool IsAppend() const { return (nMode & SBSTRM_APPEND) != 0; } in IsAppend()
73 short GetMode() const { return nMode; } in GetMode()
/trunk/main/sal/osl/unx/
H A Dfile_misc.cxx574 …onst sal_Char* pszSourceFileName, const sal_Char* pszDestFileName, mode_t nMode, size_t nSourceSiz…
575 static oslFileError oslChangeFileModes(const sal_Char* pszFileName, mode_t nMode, time_t nAcTime, …
764 mode_t nMode=0; in osl_psz_copyFile() local
786 nMode=aFileStat.st_mode; in osl_psz_copyFile()
814 tErr = oslDoCopy(pszPath,pszDestPath,nMode,nSourceSize,DestFileExists); in osl_psz_copyFile()
826 oslChangeFileModes(pszDestPath,nMode,nAcTime,nModTime,nUID,nGID); in osl_psz_copyFile()
842 …onst sal_Char* pszSourceFileName, const sal_Char* pszDestFileName, mode_t nMode, size_t nSourceSiz… in oslDoCopy() argument
869 if ( !S_ISLNK(nMode) ) in oslDoCopy()
872 nRet = oslDoCopyFile(pszSourceFileName,pszDestFileName,nSourceSize, nMode); in oslDoCopy()
875 else if ( S_ISLNK(nMode) ) in oslDoCopy()
[all …]
/trunk/main/writerfilter/source/dmapper/
H A DGraphicHelpers.cxx222 sal_Int32 nMode = com::sun::star::text::WrapTextMode_NONE; in getWrapMode() local
232 nMode = com::sun::star::text::WrapTextMode_LEFT; in getWrapMode()
235 nMode = com::sun::star::text::WrapTextMode_RIGHT; in getWrapMode()
238 nMode = com::sun::star::text::WrapTextMode_PARALLEL; in getWrapMode()
243 nMode = com::sun::star::text::WrapTextMode_THROUGHT; in getWrapMode()
248 nMode = com::sun::star::text::WrapTextMode_NONE; in getWrapMode()
251 return nMode; in getWrapMode()
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtsh.cxx712 sal_uInt32 nMode = 0; in ExecTransliteration() local
717 nMode = TransliterationModulesExtra::SENTENCE_CASE; in ExecTransliteration()
720 nMode = TransliterationModulesExtra::TITLE_CASE; in ExecTransliteration()
723 nMode = TransliterationModulesExtra::TOGGLE_CASE; in ExecTransliteration()
726 nMode = TransliterationModules_LOWERCASE_UPPERCASE; in ExecTransliteration()
729 nMode = TransliterationModules_UPPERCASE_LOWERCASE; in ExecTransliteration()
733 nMode = TransliterationModules_FULLWIDTH_HALFWIDTH; in ExecTransliteration()
736 nMode = TransliterationModules_HALFWIDTH_FULLWIDTH; in ExecTransliteration()
740 nMode = TransliterationModules_KATAKANA_HIRAGANA; in ExecTransliteration()
743 nMode = TransliterationModules_HIRAGANA_KATAKANA; in ExecTransliteration()
[all …]
/trunk/main/sfx2/source/control/
H A Ddispatch.cxx126 sal_uInt16 nMode; // spezielle Sichtbarkeitsflags member
459 sal_uInt16 nMode /* SFX_SHELL_POP_UNTIL in Pop() argument
485 bool bDelete = (nMode & SFX_SHELL_POP_DELETE) == SFX_SHELL_POP_DELETE; in Pop()
486 bool bUntil = (nMode & SFX_SHELL_POP_UNTIL) == SFX_SHELL_POP_UNTIL; in Pop()
487 bool bPush = (nMode & SFX_SHELL_PUSH) == SFX_SHELL_PUSH; in Pop()
1078 sal_uInt16 nMode ) in ExecuteFunction() argument
1080 if ( !nMode ) in ExecuteFunction()
1081 nMode = pImp->nStandardMode; in ExecuteFunction()
1084 sal_Bool bViaBindings = SFX_USE_BINDINGS == ( nMode & SFX_USE_BINDINGS ); in ExecuteFunction()
1085 nMode &= ~sal_uInt16(SFX_USE_BINDINGS); in ExecuteFunction()
[all …]

12345678910>>...14