Home
last modified time | relevance | path

Searched refs:nMode (Results 51 – 75 of 345) sorted by relevance

12345678910>>...14

/aoo42x/main/tools/source/stream/
H A Dstrmunx.cxx663 int nMode; in Open() local
715 nMode = S_IREAD | S_IROTH | S_IRGRP; in Open()
718 nMode |= (S_IWRITE | S_IWOTH | S_IWGRP); in Open()
747 nHandleTmp = open(aLocalFilename.GetBuffer(),nAccessRW|nAccess, nMode ); in Open()
756 nMode = S_IREAD | S_IROTH | S_IRGRP; in Open()
759 nMode ); in Open()
/aoo42x/main/sc/source/core/data/
H A Ddocumen8.cxx1201 const String& rAppl, const String& rTopic, const String& rItem, sal_uInt8 nMode, in lclGetDdeLink() argument
1217 ((nMode == SC_DDE_IGNOREMODE) || (nMode == pDdeLink->GetMode())) ) in lclGetDdeLink()
1254 …const String& rAppl, const String& rTopic, const String& rItem, sal_uInt8 nMode, sal_uInt16& rnDde… in FindDdeLink() argument
1256 return lclGetDdeLink( GetLinkManager(), rAppl, rTopic, rItem, nMode, &rnDdePos ) != NULL; in FindDdeLink()
1287 …const String& rAppl, const String& rTopic, const String& rItem, sal_uInt8 nMode, ScMatrix* pResult… in CreateDdeLink() argument
1293 …DBG_ASSERT( nMode != SC_DDE_IGNOREMODE, "ScDocument::CreateDdeLink - SC_DDE_IGNOREMODE not allowed… in CreateDdeLink()
1294 if( GetLinkManager() && (nMode != SC_DDE_IGNOREMODE) ) in CreateDdeLink()
1296 ScDdeLink* pDdeLink = lclGetDdeLink( pLinkManager, rAppl, rTopic, rItem, nMode ); in CreateDdeLink()
1300 pDdeLink = new ScDdeLink( this, rAppl, rTopic, rItem, nMode ); in CreateDdeLink()
/aoo42x/main/scaddins/source/datefunc/
H A Ddatefunc.cxx752 sal_Int32 nMode ) throw( uno::RuntimeException, lang::IllegalArgumentException ) in getDiffWeeks() argument
761 if ( nMode == 1 ) in getDiffWeeks()
790 sal_Int32 nMode ) throw( uno::RuntimeException, lang::IllegalArgumentException ) in getDiffMonths() argument
803 if ( nMode == 1 || nDays1 == nDays2 ) return nRet; in getDiffMonths()
836 sal_Int32 nMode ) throw( uno::RuntimeException, lang::IllegalArgumentException ) in getDiffYears() argument
838 if ( nMode != 1 ) in getDiffYears()
839 return getDiffMonths( xOptions, nStartDate, nEndDate, nMode ) / 12; in getDiffYears()
/aoo42x/main/scaddins/source/analysis/
H A Danalysishelper.hxx76 …id GetDiffParam( sal_Int32 nNullDate, sal_Int32 nStartDate, sal_Int32 nEndDate, sal_Int32 nMode,
81 …nt32 GetDiffDate( sal_Int32 nNullDate, sal_Int32 nStartDate, sal_Int32 nEndDate, sal_Int32 nMode,
83 …le GetYearDiff( sal_Int32 nNullDate, sal_Int32 nStartDate, sal_Int32 nEndDate, sal_Int32 nMode )
85 sal_Int32 GetDaysInYear( sal_Int32 nNullDate, sal_Int32 nDate, sal_Int32 nMode ) THROWDEF_RTE_IAE;
86 …le GetYearFrac( sal_Int32 nNullDate, sal_Int32 nStartDate, sal_Int32 nEndDate, sal_Int32 nMode )
88 …double GetYearFrac( constREFXPS& xOpt, sal_Int32 nStartDate, sal_Int32 nEndDate, sal_Int32 nMode )
633 …ac( constREFXPS& xOpt, sal_Int32 nStartDate, sal_Int32 nEndDate, sal_Int32 nMode ) THROWDEF_RTE_IAE in GetYearFrac() argument
635 return GetYearFrac( GetNullDate( xOpt ), nStartDate, nEndDate, nMode ); in GetYearFrac()
/aoo42x/main/sc/addin/datefunc/
H A Ddfa.cl267 int nMode=0;
273 if ( dMode) nMode=(int)*dMode;
275 if ( nMode == 1 ) {
314 int nMode=0;
316 if ( dMode) nMode=(int)*dMode;
325 if ( nMode == 1 || nDays1 == nDays2 ) return;
361 int nMode=0;
363 if ( dMode) nMode=(int)*dMode;
370 if ( nMode != 1 ) {
/aoo42x/main/sfx2/source/control/
H A Drequest.cxx235 SfxCallMode nMode, // Synch/API/... in SfxRequest() argument
253 pImp->nCallMode = nMode; in SfxRequest()
261 SfxCallMode nMode, // Synch/API/... in SfxRequest() argument
276 pImp->nCallMode = nMode; in SfxRequest()
286 sal_uInt16 nMode, in SfxRequest() argument
304 pImp->nCallMode = nMode; in SfxRequest()
/aoo42x/main/l10ntools/source/
H A Dlocalize.cxx128 sal_uInt16 nMode; member in transex3::SourceTreeLocalizer
184 nMode( LOCALIZE_NONE ), in SourceTreeLocalizer()
478 if ( nMode == LOCALIZE_NONE ){ in OnExecuteDirectory()
488 nMode = LOCALIZE_EXTRACT; in Extract()
502 nMode = LOCALIZE_NONE; in Extract()
745 nMode = LOCALIZE_MERGE; in Merge()
755 nMode = LOCALIZE_NONE; in Merge()
/aoo42x/main/cui/source/dialogs/
H A Dscriptdlg.cxx103 nMode = 0xFF; // Alles in SFTreeListBox()
473 InputDialog::InputDialog(Window * pParent, sal_uInt16 nMode ) in InputDialog() argument
481 if ( nMode == INPUTMODE_NEWLIB ) in InputDialog()
485 else if ( nMode == INPUTMODE_NEWMACRO ) in InputDialog()
490 else if ( nMode == INPUTMODE_RENAME ) in InputDialog()
918 sal_uInt16 nMode = INPUTMODE_NEWLIB; in createEntry() local
926 nMode = INPUTMODE_NEWMACRO; in createEntry()
984 … std::auto_ptr< InputDialog > xNewDlg( new InputDialog( static_cast<Window*>(this), nMode ) ); in createEntry()
1107 sal_uInt16 nMode = INPUTMODE_RENAME; in renameEntry() local
1109 … std::auto_ptr< InputDialog > xNewDlg( new InputDialog( static_cast<Window*>(this), nMode ) ); in renameEntry()
/aoo42x/main/basctl/source/basicide/
H A Dmoduldlg.hxx63 NewObjectDialog(Window * pParent, sal_uInt16 nMode, bool bCheckName = false);
117 sal_uInt16 nMode; member in BasicCheckBox
139 sal_uInt16 GetMode() const { return nMode; } in GetMode()
209 ObjectPage( Window* pParent, const ResId& rResId, sal_uInt16 nMode );
H A Dmacrodlg.hxx76 sal_uInt16 nMode; member in MacroChooser
105 void SetMode( sal_uInt16 nMode );
106 sal_uInt16 GetMode() const { return nMode; } in GetMode()
H A Dmoduldlg.cxx563 ObjectPage::ObjectPage( Window * pParent, const ResId& rResId, sal_uInt16 nMode ) : in ObjectPage() argument
581 if( nMode & BROWSEMODE_MODULES ) in ObjectPage()
586 else if ( nMode & BROWSEMODE_DIALOGS ) in ObjectPage()
594 aBasicBox.SetMode( nMode ); in ObjectPage()
628 sal_uInt16 nMode = aBasicBox.GetMode(); in CheckButtons() local
633 if( bVBAEnabled && ( nMode & BROWSEMODE_MODULES ) && ( nDepth == 2 ) ) in CheckButtons()
668 …if( bVBAEnabled && ( nMode & BROWSEMODE_MODULES ) && ( ( nDepth == 2 ) || aLibSubName.Equals( Stri… in CheckButtons()
/aoo42x/main/offapi/com/sun/star/sheet/
H A DXCellRangeMovement.idl66 @param nMode
71 [in] com::sun::star::sheet::CellInsertMode nMode );
80 @param nMode
85 [in] com::sun::star::sheet::CellDeleteMode nMode );
/aoo42x/main/sw/source/filter/html/
H A Dhtmlfly.cxx323 sal_uInt8 nMode; in CollectFlyFrms() local
330 nMode = aHTMLOutFrmPageFlyTable[eType][nExportMode]; in CollectFlyFrms()
345 nMode = aHTMLOutFrmParaFrameTable[eType][nExportMode]; in CollectFlyFrms()
349 nMode = aHTMLOutFrmParaPrtAreaTable[eType][nExportMode]; in CollectFlyFrms()
354 nMode = aHTMLOutFrmParaPrtAreaTable[eType][nExportMode]; in CollectFlyFrms()
356 nMode = aHTMLOutFrmParaOtherTable[eType][nExportMode]; in CollectFlyFrms()
360 nMode = aHTMLOutFrmParaPrtAreaTable[eType][nExportMode]; in CollectFlyFrms()
367 SwHTMLPosFlyFrm *pNew = new SwHTMLPosFlyFrm(**aIter, pSdrObj, nMode); in CollectFlyFrms()
441 void SwHTMLWriter::OutFrmFmt( sal_uInt8 nMode, const SwFrmFmt& rFrmFmt, in OutFrmFmt() argument
444 sal_uInt8 nCntnrMode = SwHTMLPosFlyFrm::GetOutCntnr( nMode ); in OutFrmFmt()
[all …]
/aoo42x/main/svl/qa/complex/ConfigItems/helper/
H A DPrintOptTest.hxx52 void impl_SetReducedTransparencyMode( sal_Int16 nMode ) ;
58 void impl_SetReducedGradientMode( sal_Int16 nMode ) ;
67 void impl_SetReducedBitmapMode( sal_Int16 nMode ) ;
/aoo42x/main/sot/inc/sot/
H A Dstg.hxx269 …UCBStorageStream( const String& rName, StreamMode nMode, sal_Bool bDirect, const ByteString* pKey=…
270 …UCBStorageStream( const String& rName, StreamMode nMode, sal_Bool bDirect, const ByteString* pKey,…
314 …ge( const ::ucbhelper::Content& rContent, const String& rName, StreamMode nMode, sal_Bool bDirect …
316 StreamMode nMode,
321 StreamMode nMode,
/aoo42x/main/sw/inc/
H A Dndtxt.hxx259 const enum IDocumentContentOperations::InsertFlags nMode
267 const enum IDocumentContentOperations::InsertFlags nMode
297 const SetAttrMode nMode = nsSetAttrMode::SETATTR_DEFAULT );
302 const SetAttrMode nMode = nsSetAttrMode::SETATTR_DEFAULT );
310 const SetAttrMode nMode = nsSetAttrMode::SETATTR_DEFAULT );
H A Dio.hxx71 SwIOin(const String &rFilename, StreamMode nMode =
100 SwIOout( const String &rFilename, StreamMode nMode =
129 SwIOinout(const String &rFilename, StreamMode nMode =
/aoo42x/main/sw/source/ui/utlui/
H A Dcontent.cxx3134 if(nMode == EDIT_UNPROTECT_TABLE) in EditEntry()
3139 else if(nMode == EDIT_MODE_DELETE) in EditEntry()
3157 else if(nMode == EDIT_MODE_RENAME) in EditEntry()
3168 if(nMode == EDIT_MODE_DELETE) in EditEntry()
3172 else if(nMode == EDIT_MODE_RENAME) in EditEntry()
3188 if(nMode == EDIT_MODE_DELETE) in EditEntry()
3192 else if(nMode == EDIT_MODE_RENAME) in EditEntry()
3230 if(nMode == EDIT_MODE_RENAME) in EditEntry()
3249 if(nMode == EDIT_MODE_DELETE) in EditEntry()
3277 switch(nMode) in EditEntry()
[all …]
/aoo42x/main/sw/source/core/doc/
H A Ddocruby.cxx60 sal_uInt16 nMode ) in FillRubyList() argument
80 if( _SelectNextRubyChars( aPam, *pNew, nMode )) in FillRubyList()
106 sal_uInt16 nMode ) in SetRubyList() argument
133 if( _SelectNextRubyChars( aPam, aCheckEntry, nMode )) in SetRubyList()
/aoo42x/main/sc/source/ui/view/
H A Dcellsh3.cxx125 sal_uInt16 nMode = ((const SfxUInt16Item&)pReqArgs->Get( nSlot )).GetValue(); in Execute() local
127 switch ( nMode ) in Execute()
129 case 1: nMode = KEY_SHIFT; break; in Execute()
130 case 2: nMode = KEY_MOD1; break; // Control-Taste in Execute()
133 nMode = 0; in Execute()
136 pTabViewShell->LockModifiers( nMode ); in Execute()
H A Dcellsh.cxx616 sal_uInt16 nMode = pTabViewShell->GetLockedModifiers(); in GetState() local
618 switch ( nMode ) in GetState()
620 case KEY_SHIFT: nMode = 1; break; in GetState()
621 case KEY_MOD1: nMode = 2; break; // Control-Taste in GetState()
624 nMode = 0; in GetState()
627 rSet.Put( SfxUInt16Item( nWhich, nMode ) ); in GetState()
/aoo42x/main/formula/inc/formula/
H A Dformdata.hxx44 inline sal_uInt16 GetMode() const { return nMode; } in GetMode()
55 inline void SetMode( sal_uInt16 nNew ) { nMode = nNew; } in SetMode()
72 sal_uInt16 nMode; // enum ScFormulaDlgMode member in formula::FormEditData
/aoo42x/main/filter/source/graphicfilter/ipsd/
H A Dipsd.cxx52 sal_uInt16 nMode; member
187 mpFileHeader->nColumns >> mpFileHeader->nDepth >> mpFileHeader->nMode; in ImplReadHeader()
205 if ( mpFileHeader->nMode == PSD_CMYK ) in ImplReadHeader()
233 switch ( mpFileHeader->nMode ) in ImplReadHeader()
582 if ( mpFileHeader->nMode == PSD_CMYK ) in ImplReadBody()
/aoo42x/main/setup_native/source/win32/customactions/regactivex/
H A Dregactivex.cxx86 void RegisterActiveXNative( const char* pActiveXPath, int nMode, BOOL InstallForAllUser, BOOL Insta… in RegisterActiveXNative() argument
116 ( *pNativeProc )( nMode, InstallForAllUser, InstallFor64Bit, pProgramPath ); in RegisterActiveXNative()
127 void UnregisterActiveXNative( const char* pActiveXPath, int nMode, BOOL InstallForAllUser, BOOL Ins… in UnregisterActiveXNative() argument
140 ( *pNativeProc )( nMode, InstallForAllUser, InstallFor64Bit ); in UnregisterActiveXNative()
/aoo42x/main/filter/source/graphicfilter/icgm/
H A Dcgm.cxx63 CGM::CGM( sal_uInt32 nMode, uno::Reference< frame::XModel > & rModel ) : in CGM() argument
68 mnMode ( nMode ) in CGM()
846 … String& rFileName, uno::Reference< frame::XModel > & rXModel, sal_uInt32 nMode, void* pProgressBa… in ImportCGM() argument
859 pCGM = new CGM( nMode, rXModel ); in ImportCGM()
862 if ( nMode & CGM_IMPORT_CGM ) in ImportCGM()

Completed in 152 milliseconds

12345678910>>...14