Home
last modified time | relevance | path

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

123456789

/aoo41x/main/basic/source/classes/
H A Dsb.cxx1714 sal_uInt16 nResult = aMsg1.Search( aSrgStr ); in MakeErrorText() local
1716 if( nResult != STRING_NOTFOUND ) in MakeErrorText()
1718 aMsg1.Erase( nResult, aSrgStr.Len() ); in MakeErrorText()
1719 aMsg1.Insert( aMsg, nResult ); in MakeErrorText()
/aoo41x/main/svx/source/form/
H A Dnavigatortree.cxx1303 sal_Int8 nResult( DND_ACTION_NONE ); in ExecuteDrop() local
1306nResult = implExecuteDataTransfer( *m_aControlExchange, rEvt.mnAction, rEvt.maPosPixel, sal_True ); in ExecuteDrop()
1310 nResult = implExecuteDataTransfer( aDroppedData, rEvt.mnAction, rEvt.maPosPixel, sal_True ); in ExecuteDrop()
1313 return nResult; in ExecuteDrop()
/aoo41x/main/sc/source/ui/Accessibility/
H A DAccessibleSpreadsheet.cxx1199 sal_Int32 nResult(0); in getSelectedAccessibleChildCount() local
1204 nResult = GetRowAll() * GetColAll() ; in getSelectedAccessibleChildCount()
1217 nResult = mpMarkedRanges->GetCellCount(); in getSelectedAccessibleChildCount()
1220 return nResult; in getSelectedAccessibleChildCount()
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()
/aoo41x/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()
/aoo41x/main/toolkit/source/awt/
H A Dvclxdialog.hxx96 void SAL_CALL endDialog( sal_Int32 nResult ) throw(::com::sun::star::uno::RuntimeException);
/aoo41x/main/vcl/source/window/
H A Ddialog.cxx749 void Dialog::EndDialog( long nResult ) in EndDialog() argument
790 mpDialogImpl->mnResult = nResult; in EndDialog()
/aoo41x/main/sd/source/ui/view/
H A Ddrviews4.cxx1005 const sal_uInt16 nResult = pMenu->Execute( in ShowSnapLineContextMenu() local
1009 switch (nResult) in ShowSnapLineContextMenu()
H A Ddrviews1.cxx1441 sal_Int8 nResult (mpDrawView->ExecuteDrop( rEvt, rTargetHelper, pTargetWindow, nPage, nLayer )); in ExecuteDrop() local
1444 return nResult; in ExecuteDrop()
/aoo41x/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()
/aoo41x/main/vcl/inc/vcl/
H A Ddialog.hxx105 void EndDialog( long nResult = 0 );
/aoo41x/main/soldep/bootstrp/
H A Dprj.cxx530 int nResult = pStr->CompareTo( *pString ); in GetPrevString() local
531 if ( nResult == COMPARE_LESS ) in GetPrevString()
536 else if ( nResult == COMPARE_GREATER ) in GetPrevString()
541 else if ( nResult == COMPARE_EQUAL ) in GetPrevString()
/aoo41x/main/svtools/inc/svtools/
H A Dwizdlg.hxx274 sal_Bool Finnish( long nResult = 0 );
/aoo41x/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()
/aoo41x/main/sd/source/core/
H A Ddrawdoc4.cxx772 sal_uInt16 nResult = 0; in GetMasterPageUserCount() local
784 nResult++; in GetMasterPageUserCount()
788 return nResult; in GetMasterPageUserCount()
/aoo41x/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()
/aoo41x/main/padmin/source/
H A Dfontentry.cxx503 int nResult = aQueryBox.Execute(); in queryOverwriteFile() local
504 switch( nResult ) in queryOverwriteFile()
/aoo41x/main/autodoc/source/parser/cpp/
H A Dpe_funct.hxx183 ary::cpp::Ce_id nResult; member in cpp::PE_Function
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/main/odk/examples/DevelopersGuide/GUI/
H A DMessageBox.java171 short nResult = xMessageBox.execute(); in showErrorMessageBox() local
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()

Completed in 232 milliseconds

123456789