Home
last modified time | relevance | path

Searched refs:nResult (Results 176 – 200 of 220) sorted by relevance

123456789

/trunk/main/sc/source/ui/view/
H A Dtabvwsha.cxx525 short nResult = pDlg->Execute(); in ExecuteCellFormatDlg() local
528 if ( nResult == RET_OK ) in ExecuteCellFormatDlg()
H A Dviewfunc.cxx500 short nResult; in EnterData() local
502 nResult = RET_NO; // leere Formel, nur '=' in EnterData()
507 nResult = QueryBox( GetViewData()->GetDialogParent(), in EnterData()
511 if ( nResult == RET_YES ) in EnterData()
/trunk/main/uui/source/
H A Diahndl.cxx1396 short nResult = RET_CANCEL; in handleFutureDocumentVersionUpdateRequest() local
1429 nResult = aDialog.Execute(); in handleFutureDocumentVersionUpdateRequest()
1433 switch ( nResult ) in handleFutureDocumentVersionUpdateRequest()
/trunk/main/vcl/inc/vcl/
H A Dabstdlg.hxx55 virtual void EndDialog(long nResult =0) = 0;
H A Ddialog.hxx105 void EndDialog( long nResult = 0 );
/trunk/main/vcl/source/window/
H A Ddialog.cxx749 void Dialog::EndDialog( long nResult ) in EndDialog() argument
790 mpDialogImpl->mnResult = nResult; in EndDialog()
/trunk/main/sd/source/ui/view/
H A Ddrviews4.cxx1011 const sal_uInt16 nResult = pMenu->Execute( in ShowSnapLineContextMenu() local
1015 switch (nResult) in ShowSnapLineContextMenu()
H A Ddrviews1.cxx1451 sal_Int8 nResult (mpDrawView->ExecuteDrop( rEvt, rTargetHelper, pTargetWindow, nPage, nLayer )); in ExecuteDrop() local
1454 return nResult; in ExecuteDrop()
/trunk/main/forms/source/component/
H A DImageControl.cxx943 …const sal_Int16 nResult = xMenu->execute( xWindowPeer, aRect, PopupMenuDirection::EXECUTE_DEFAULT … in mousePressed() local
945 switch ( nResult ) in mousePressed()
/trunk/main/vcl/win/source/gdi/
H A Dsalgdi.cxx1866 sal_uLong nResult = Escape ( getHDC(), nEscape, nDoNow + 2, (LPTSTR)aBuf.getStr(), 0 ); in drawEPS() local
1867 if (!nResult ) in drawEPS()
1869 nToDo -= nResult; in drawEPS()
/trunk/main/sd/source/core/
H A Ddrawdoc4.cxx772 sal_uInt16 nResult = 0; in GetMasterPageUserCount() local
784 nResult++; in GetMasterPageUserCount()
788 return nResult; in GetMasterPageUserCount()
/trunk/main/toolkit/source/awt/
H A Dvclxdialog.hxx96 void SAL_CALL endDialog( sal_Int32 nResult ) throw(::com::sun::star::uno::RuntimeException);
/trunk/main/padmin/source/
H A Dfontentry.cxx503 int nResult = aQueryBox.Execute(); in queryOverwriteFile() local
504 switch( nResult ) in queryOverwriteFile()
/trunk/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx395 sal_uInt16 nResult = aRange.Parse( aOne, pDoc, eConv ); in Impl_CheckRefStrings() local
396 if ((nResult & nValidRange) != nValidRange) in Impl_CheckRefStrings()
/trunk/main/svtools/inc/svtools/
H A Dwizdlg.hxx274 sal_Bool Finnish( long nResult = 0 );
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx437 long nResult=sal_True; in PreNotify() local
451 nResult=Edit::PreNotify(rNEvt); in PreNotify()
455 nResult=Edit::PreNotify(rNEvt); in PreNotify()
457 return nResult; in PreNotify()
/trunk/main/embeddedobj/source/msole/
H A Dolecomponent.cxx1267 sal_uInt32 nResult; in GetMiscStatus() local
1268 m_pNativeImpl->m_pOleObject->GetMiscStatus( ( DWORD )nAspect, ( DWORD* )&nResult ); in GetMiscStatus()
1269 return ( sal_Int64 )nResult; // first 32 bits are for MS flags in GetMiscStatus()
/trunk/main/autodoc/source/parser/cpp/
H A Dpe_funct.hxx183 ary::cpp::Ce_id nResult; member in cpp::PE_Function
/trunk/main/cui/source/dialogs/
H A Dcuifmsearch.cxx571 sal_uInt32 nResult = in InitContext() local
574 …DBG_ASSERT(nResult > 0, "FmSearchDialog::InitContext : ContextSupplier didn't give me any controls… in InitContext()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx1379 sal_Int8 nResult(0); in Compare() local
1381 nResult = 1; in Compare()
1383 nResult = -1; in Compare()
1385 return nResult; in Compare()
/trunk/main/sw/source/ui/index/
H A Dswuiidxmrk.cxx1576 long nResult = aAllowed.Call(pEdit); in IMPL_LINK() local
1577 aOKBT.Enable(nResult > 0); in IMPL_LINK()
1578 if(nResult) in IMPL_LINK()
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DMessageBox.java171 short nResult = xMessageBox.execute(); in showErrorMessageBox() local
/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx3141 sal_Int32 nResult; in getInt32() local
3142 if( !getInt32( nResult, xPropSet, rAny ) ) in getInt32()
3143 nResult = nDefault; in getInt32()
3144 return nResult; in getInt32()
/trunk/main/sc/source/ui/dbgui/
H A Dfiltdlg.cxx650 sal_uInt16 nResult = theCopyPos.Parse( theCopyStr, pDoc, pDoc->GetAddressConvention() ); in GetOutputItem() local
651 bCopyPosOk = ( SCA_VALID == (nResult & SCA_VALID) ); in GetOutputItem()
/trunk/main/sw/source/core/doc/
H A Ddocredln.cxx3797 sal_Bool nResult = sal_False; in operator <() local
3800 nResult = sal_True; in operator <()
3803 nResult = sal_True; in operator <()
3805 return nResult; in operator <()

Completed in 199 milliseconds

123456789