Home
last modified time | relevance | path

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

123456789

/aoo41x/main/sw/source/core/doc/
H A Ddocredln.cxx3790 sal_Bool nResult = sal_False; in operator <() local
3793 nResult = sal_True; in operator <()
3796 nResult = sal_True; in operator <()
3798 return nResult; in operator <()
H A Ddocedt.cxx2771 sal_uInt16 nResult = aWarning.Execute(); in checkRedlining() local
2773 if ( nResult == RET_YES ) in checkRedlining()
/aoo41x/main/sc/source/ui/view/
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()
H A Dcellsh2.cxx1083 short nResult = pDlg->Execute(); in ExecuteDB() local
1085 if ( nResult == RET_OK ) in ExecuteDB()
H A Dformatsh.cxx795 short nResult = pDlg->Execute(); in ExecuteStyle() local
798 if ( nResult == RET_OK ) in ExecuteStyle()
/aoo41x/main/starmath/source/
H A Ddialog.cxx2169 short nResult = ModalDialog::Execute(); in Execute() local
2172 if (aSymbolMgrCopy.IsModified() && nResult == RET_OK) in Execute()
2175 return nResult; in Execute()
/aoo41x/main/fpicker/source/office/
H A Diodlg.cxx1926 short nResult = ModalDialog::Execute(); in Execute() local
1934 if ( RET_OK == nResult ) in Execute()
1950 return nResult; in Execute()
/aoo41x/main/sw/source/ui/shells/
H A Dannotsh.cxx1704 sal_uInt16 nResult = pDlg->Execute(); in InsertSymbol() local
1705 if( nResult == RET_OK ) in InsertSymbol()
/aoo41x/main/cui/source/factory/
H A Ddlgfact.cxx259 void AbstractHangulHanjaConversionDialog_Impl::EndDialog(long nResult) in EndDialog() argument
261 pDlg->EndDialog(nResult); in EndDialog()
H A Ddlgfact.hxx156 virtual void EndDialog(long nResult = 0);
/aoo41x/main/xmloff/source/chart/
H A DSchXMLExport.cxx620 sal_Int32 nResult = 0; in lcl_getMaxSequenceLength() local
627 if( nSeqLength > nResult ) in lcl_getMaxSequenceLength()
628 nResult = nSeqLength; in lcl_getMaxSequenceLength()
631 return nResult; in lcl_getMaxSequenceLength()
/aoo41x/main/svx/source/svdraw/
H A Dsvdedtv2.cxx815 sal_uInt16 nResult = pDlg->Execute(); in DECLARE_LIST() local
817 if(nResult == RET_OK) in DECLARE_LIST()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par6.cxx3648 sal_uInt16 nResult = 0; in CorrectResIdForCharset() local
3652 nResult = RES_CHRATR_CJK_FONT; in CorrectResIdForCharset()
3656 nResult = nWhich; in CorrectResIdForCharset()
3660 return nResult; in CorrectResIdForCharset()
/aoo41x/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx3074 … sal_Int16 nResult = static_cast<sal_Int16>(ConversionHelper::convertTwipToMM100(nIntValue)); in sprmWithProps() local
3077 nResult = static_cast<sal_Int16>(nIntValue); in sprmWithProps()
3079 rContext->Insert(PROP_CHAR_CHAR_KERNING, true, uno::makeAny(nResult)); in sprmWithProps()
/aoo41x/main/framework/source/layoutmanager/
H A Dlayoutmanager.cxx1443 long nResult( 1 ); in IMPL_LINK() local
1456 nResult = pToolbarManager->childWindowEvent( pEvent ); in IMPL_LINK()
1460 return nResult; in IMPL_LINK()
/aoo41x/main/svx/source/fmcomp/
H A Dfmgridcl.cxx1009 sal_uInt16 nResult = aContextMenu.Execute( this, _rPreferredPos ); in triggerColumnContextMenu() local
1012 PostExecuteColumnContextMenu( nColId, aContextMenu, nResult ); in triggerColumnContextMenu()
/aoo41x/main/toolkit/inc/layout/
H A Dlayout.hxx564 void EndDialog( long nResult=0 );
/aoo41x/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1860 int nResult = (rcFT == FT_Err_Ok) ? (aKernVal.x + 32) >> 6 : 0; in GetGlyphKernValue() local
1861 return nResult; in GetGlyphKernValue()
/aoo41x/main/sw/inc/
H A Dunotxdoc.hxx437 sal_Int32& nResult,
/aoo41x/main/sc/source/ui/docshell/
H A Ddocfunc.cxx4532 short nResult = QueryBox( rDocShell.GetActiveDialogParent(), in CreateOneName() local
4535 if ( nResult == RET_YES ) in CreateOneName()
4540 else if ( nResult == RET_CANCEL ) in CreateOneName()
/aoo41x/main/sc/source/core/data/
H A Ddocument.cxx2485 SCROW nResult = CountNonFilteredRows(nStartRow, nEndRow, nCountTab); in GetClipArea() local
2487 if ( nResult > 0 ) in GetClipArea()
2488 nClipY = nResult - 1; in GetClipArea()
/aoo41x/main/sd/source/ui/dlg/
H A Ddlgass.cxx256 void EndDialog( long nResult = 0 );

Completed in 341 milliseconds

123456789