Home
last modified time | relevance | path

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

123456789

/trunk/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()
/trunk/main/sc/source/ui/view/
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()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx1928 short nResult = ModalDialog::Execute(); in Execute() local
1936 if ( RET_OK == nResult ) in Execute()
1952 return nResult; in Execute()
/trunk/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);
/trunk/main/sw/source/ui/shells/
H A Dannotsh.cxx1704 sal_uInt16 nResult = pDlg->Execute(); in InsertSymbol() local
1705 if( nResult == RET_OK ) in InsertSymbol()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper.cxx3072 … sal_Int16 nResult = static_cast<sal_Int16>(ConversionHelper::convertTwipToMM100(nIntValue)); in sprmWithProps() local
3075 nResult = static_cast<sal_Int16>(nIntValue); in sprmWithProps()
3077 rContext->Insert(PROP_CHAR_CHAR_KERNING, true, uno::makeAny(nResult)); in sprmWithProps()
/trunk/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()
/trunk/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()
/trunk/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()
/trunk/main/toolkit/inc/layout/
H A Dlayout.hxx564 void EndDialog( long nResult=0 );
/trunk/main/sw/source/core/doc/
H A Ddocedt.cxx2775 sal_uInt16 nResult = aWarning.Execute(); in checkRedlining() local
2777 if ( nResult == RET_YES ) in checkRedlining()
/trunk/main/sw/inc/
H A Dunotxdoc.hxx437 sal_Int32& nResult,
/trunk/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()
/trunk/main/sc/source/core/data/
H A Ddocument.cxx2487 SCROW nResult = CountNonFilteredRows(nStartRow, nEndRow, nCountTab); in GetClipArea() local
2489 if ( nResult > 0 ) in GetClipArea()
2490 nClipY = nResult - 1; in GetClipArea()
/trunk/main/sd/source/ui/dlg/
H A Ddlgass.cxx256 void EndDialog( long nResult = 0 );

Completed in 313 milliseconds

123456789