Home
last modified time | relevance | path

Searched refs:nResult (Results 126 – 150 of 222) sorted by relevance

123456789

/aoo41x/main/sw/source/ui/shells/
H A Ddrawdlg.cxx80 sal_uInt16 nResult = pDlg->Execute(); in ExecDrawDlg() local
82 if (nResult == RET_OK) in ExecDrawDlg()
/aoo41x/main/formula/source/ui/dlg/
H A Dfuncpage.cxx66 long nResult=ListBox::PreNotify(rNEvt); in PreNotify() local
73 return nResult; in PreNotify()
/aoo41x/main/uui/source/
H A Diahndl-errorhandler.cxx275 sal_uInt16 nResult = executeErrorDialog( in handleErrorHandlerRequest() local
278 switch (nResult) in handleErrorHandlerRequest()
/aoo41x/main/fpicker/source/aqua/
H A DSalAquaFolderPicker.cxx122 int nResult = runandwaitforresult(); in execute() local
124 switch( nResult ) in execute()
/aoo41x/main/sw/source/core/bastyp/
H A Dcalc.cxx437 SwSbxValue nResult; in Calculate() local
440 return nResult; in Calculate()
449 nResult = Expr(); in Calculate()
452 nResult.PutDouble( DBL_MAX ); in Calculate()
454 return nResult; in Calculate()
/aoo41x/main/sd/source/ui/dlg/
H A Dsdtreelb.cxx1499 sal_Int8 nResult (DND_ACTION_NONE); in AcceptDrop() local
1503 nResult = rEvent.mnAction; in AcceptDrop()
1518 nResult = DND_ACTION_MOVE; in AcceptDrop()
1531 if (nResult == DND_ACTION_NONE) in AcceptDrop()
1534 return nResult; in AcceptDrop()
H A Dsdpreslt.cxx242 sal_uInt16 nResult = pDlg->Execute(); in IMPL_LINK() local
249 switch (nResult) in IMPL_LINK()
/aoo41x/main/sw/source/core/unocore/
H A Dunoport.cxx754 for( sal_Int32 nResult = 0; nResult < aResult.getLength(); ++nResult ) in GetPropertyValuesTolerant_Impl() local
756 pResult[nResult] = *aIt; in GetPropertyValuesTolerant_Impl()
/aoo41x/main/embeddedobj/source/msole/
H A Doleembed.cxx1084 sal_Int64 nResult = 0; in getStatus() local
1088 nResult = m_nStatus; in getStatus()
1098 nResult = m_nStatus; in getStatus()
1103 return ( nResult | embed::EmbedMisc::EMBED_NEEDSSIZEONLOAD ); in getStatus()
/aoo41x/main/fpicker/source/win32/filepicker/
H A DVistaFilePicker.cxx379 ::sal_Int16 nResult = css::ui::dialogs::ExecutableDialogResults::CANCEL; in execute()
381 nResult = css::ui::dialogs::ExecutableDialogResults::OK; in execute()
382 return nResult; in execute()
/aoo41x/main/extensions/source/propctrlr/
H A Dformlinkdialog.cxx248 short nResult = ModalDialog::Execute(); in Execute() local
250 if ( RET_OK == nResult ) in Execute()
253 return nResult; in Execute()
/aoo41x/main/sd/source/ui/func/
H A Dfuprlout.cxx176 sal_uInt16 nResult = pDlg ? pDlg->Execute() : RET_CANCEL; in DoExecute() local
178 switch (nResult) in DoExecute()
H A Dfubullet.cxx217 sal_uInt16 nResult = pDlg->Execute(); in InsertSpecialCharacter() local
218 if( nResult == RET_OK ) in InsertSpecialCharacter()
H A Dfucopy.cxx120 sal_uInt16 nResult = pDlg->Execute(); in DoExecute() local
122 switch( nResult ) in DoExecute()
H A Dfuolbull.cxx103 sal_uInt16 nResult = pDlg->Execute(); in DoExecute() local
105 switch( nResult ) in DoExecute()
/aoo41x/main/writerfilter/source/ooxml/
H A DOOXMLFastContextHandler.cxx2274 Id nResult = OOXMLFastContextHandler::getId(); in getId() local
2280 nResult = pHandler->getId(); in getId()
2283 return nResult; in getId()
2300 Token_t nResult = OOXMLFastContextHandler::getToken(); in getToken() local
2306 nResult = pHandler->getToken(); in getToken()
2309 return nResult; in getToken()
/aoo41x/main/svtools/source/contnr/
H A Dsvimpbox.cxx1242 sal_uInt16 nResult = 0; in AdjustScrollBars() local
1268 nResult = 1; in AdjustScrollBars()
1282 nResult |= 0x0002; in AdjustScrollBars()
1288 if( !(nResult & 0x0001) && in AdjustScrollBars()
1291 nResult = 3; in AdjustScrollBars()
1296 PositionScrollBars( aOSize, nResult ); in AdjustScrollBars()
1345 if( nResult & 0x0001 ) in AdjustScrollBars()
1350 if( nResult & 0x0002 ) in AdjustScrollBars()
1358 return nResult; in AdjustScrollBars()
H A Dsvimpicn.cxx1755 sal_uInt16 nResult = 0; in AdjustScrollBars() local
1761 nResult = 0x0001; in AdjustScrollBars()
1774 nResult |= 0x0002; in AdjustScrollBars()
1783 if( !(nResult & 0x0001) && // nur wenn nicht schon da in AdjustScrollBars()
1786 nResult = 3; // both are active in AdjustScrollBars()
1812 if( nResult & 0x0001 ) in AdjustScrollBars()
1832 if( nResult & 0x0001 ) // vertikale Scrollbar ? in AdjustScrollBars()
1836 if( nResult & 0x0001 ) // vertikale Scrollbar ? in AdjustScrollBars()
1846 if( nResult & 0x0002 ) in AdjustScrollBars()
1862 if( nResult & 0x0002 ) // hor scrollbar ? in AdjustScrollBars()
[all …]
/aoo41x/main/forms/source/richtext/
H A Drichtextvclcontrol.cxx266 ErrCode nResult = aFP.Execute(); in PreNotify() local
267 if ( nResult == 0 ) in PreNotify()
/aoo41x/main/xmlsecurity/source/xmlsec/
H A Dxmldocumentwrapper_xmlsecimpl.cxx564 sal_Int32 nResult; in recursiveDelete() local
569 nResult = recursiveDelete(pChild); in recursiveDelete()
571 switch (nResult) in recursiveDelete()
/aoo41x/main/sc/source/core/tool/
H A Drangelst.cxx67 sal_uInt16 nResult = (sal_uInt16)~0; // alle Bits setzen in Parse() local
93 nResult &= nRes; // alle gemeinsamen Bits bleiben erhalten in Parse()
95 return nResult; // SCA_VALID gesetzt wenn alle ok in Parse()
/aoo41x/main/sd/source/ui/view/
H A DViewShellBase.cxx881 sal_uInt16 nResult = SfxViewShell::PrepareClose (bUI, bForBrowsing); in PrepareClose() local
883 if (nResult == sal_True) in PrepareClose()
890 nResult = pShell->PrepareClose (bUI, bForBrowsing); in PrepareClose()
893 return nResult; in PrepareClose()
H A DOutliner.cxx746 int nResult = pOutlinerView->StartSearchAndReplace(*mpSearchItem); in SearchAndReplaceOnce() local
747 if (nResult == 0) in SearchAndReplaceOnce()
1738 sal_uInt16 nResult = rMessageBox.Execute(); in ShowModalMessageBox() local
1744 return nResult; in ShowModalMessageBox()
/aoo41x/main/sd/source/ui/unoidl/
H A DDrawController.cxx715 sal_Int64 nResult = 0; in getSomething() local
720 nResult = sal::static_int_cast<sal_Int64>(reinterpret_cast<sal_IntPtr>(this)); in getSomething()
723 return nResult; in getSomething()
/aoo41x/main/chart2/source/controller/dialogs/
H A Dtp_3D_SceneIllumination.cxx246 sal_Int32 nResult = 0x000000; in lcl_getAmbientColor() local
250 ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("D3DSceneAmbientColor"))) >>= nResult; in lcl_getAmbientColor()
259 return Color( nResult ); in lcl_getAmbientColor()

Completed in 162 milliseconds

123456789