Home
last modified time | relevance | path

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

123456789

/trunk/main/comphelper/source/misc/
H A Dstoragehelper.cxx263 sal_Int32 nResult = 0; in GetXStorageFormat() local
277 nResult = SOFFICE_FILEFORMAT_60; in GetXStorageFormat()
300 nResult = SOFFICE_FILEFORMAT_8; in GetXStorageFormat()
308 return nResult; in GetXStorageFormat()
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx838 int nResult = 0; in CalcAsianKerning() local
840 nResult = nTable[ c - 0x3000 ]; in CalcAsianKerning()
846 nResult = bLeft ? -1 : +1; // 25% left and right in CalcAsianKerning()
850 nResult = bLeft ? -1 : +1; // 25% left/right/top/bottom in CalcAsianKerning()
855 nResult = -2; in CalcAsianKerning()
859 nResult = +2; in CalcAsianKerning()
865 return nResult; in CalcAsianKerning()
/trunk/main/sd/source/ui/func/
H A Dfutxtatt.cxx77 sal_uInt16 nResult = pDlg->Execute(); in DoExecute() local
79 switch( nResult ) in DoExecute()
H A Dfuparagr.cxx113 sal_uInt16 nResult = pDlg->Execute(); in DoExecute() local
115 switch( nResult ) in DoExecute()
H A Dfuscale.cxx141 sal_uInt16 nResult = pDlg->Execute(); in DoExecute() local
142 switch( nResult ) in DoExecute()
H A Dfusnapln.cxx157 sal_uInt16 nResult = pDlg->Execute(); in DoExecute() local
162 switch( nResult ) in DoExecute()
/trunk/main/sc/source/core/tool/
H A Daddress.cxx2013 SCCOL nResult = 0; in AlphaToCol() local
2017 while (nResult <= MAXCOL && nPos < nStop && (c = rStr.GetChar( nPos)) != 0 && in AlphaToCol()
2021 nResult = (nResult + 1) * 26; in AlphaToCol()
2022 nResult += ScGlobal::ToUpperAlpha(c) - 'A'; in AlphaToCol()
2025 bool bOk = (ValidCol(nResult) && nPos > 0); in AlphaToCol()
2027 rCol = nResult; in AlphaToCol()
/trunk/main/chart2/source/controller/accessibility/
H A DAccessibleBase.cxx854 sal_Int32 nResult = static_cast< sal_Int32 >( Color( COL_TRANSPARENT ).GetColor()); in getColor() local
856 return nResult; in getColor()
932 xObjProp->getPropertyValue( aPropName ) >>= nResult; in getColor()
941 return nResult; in getColor()
/trunk/main/sw/source/ui/shells/
H A Ddrwtxtsh.cxx548 sal_uInt16 nResult = pDlg->Execute(); in ExecDraw() local
550 if (nResult == RET_OK) in ExecDraw()
818 sal_uInt16 nResult = pDlg->Execute(); in InsertSymbol() local
819 if( nResult == RET_OK ) in InsertSymbol()
/trunk/main/autodoc/source/parser/cpp/
H A Dpe_funct.cxx59 nResult(0), in PE_Function()
148 return nResult; in Result_Id()
290 nResult = 0; in InitData()
/trunk/main/odk/examples/java/Inspector/
H A DInspector.java153 short nResult = xExecutable.execute(); in assignSDKPath() local
154 if (nResult == com.sun.star.ui.dialogs.ExecutableDialogResults.OK){ in assignSDKPath()
184 short nResult = xMessageBox.execute(); in showErrorMessageBox() local
/trunk/main/xmlsecurity/source/helper/
H A Dxsecctl.cxx1451 …natureCreated( sal_Int32 securityId, com::sun::star::xml::crypto::SecurityOperationStatus nResult ) in signatureCreated() argument
1469 signatureInfor.nStatus = nResult; in signatureCreated()
1475 …atureVerified( sal_Int32 securityId, com::sun::star::xml::crypto::SecurityOperationStatus nResult ) in signatureVerified() argument
1493 signatureInfor.nStatus = nResult; in signatureVerified()
/trunk/main/vcl/source/window/
H A Darrange.cxx47 long nResult = pSVData->maAppData.mnDefaultLayoutBorder; in getDefaultBorder() local
48 if( nResult < 0 ) in getDefaultBorder()
54 nResult = pSVData->maAppData.mnDefaultLayoutBorder = aBorder.Height(); in getDefaultBorder()
57 return nResult > 0 ? nResult : 0; in getDefaultBorder()
/trunk/main/sw/source/filter/ww8/
H A DWW8FFData.hxx75 void setResult(sal_uInt8 nResult) { mnResult = nResult; } in setResult() argument
/trunk/main/sd/source/ui/view/
H A DViewTabBar.cxx409 sal_Int64 nResult = 0; in getSomething() local
414 nResult = reinterpret_cast<sal_Int64>(this); in getSomething()
417 return nResult; in getSomething()
/trunk/main/dbaccess/source/ext/macromigration/
H A Dmacromigrationdialog.cxx199 short nResult = MacroMigrationDialog_Base::Execute(); in Execute() local
202 return nResult; in Execute()
208 return nResult; in Execute()
/trunk/main/extensions/source/bibliography/
H A Dbibview.cxx154 short nResult = aQuery.Execute(); in UpdatePages() local
157 if( RET_YES != nResult ) in UpdatePages()
/trunk/main/toolkit/workben/layout/
H A Dtpsort.cxx919 USHORT nResult = thePos.Parse( thePosStr, pDoc, pDoc->GetAddressConvention() ); in DeactivatePage() local
921 bPosInputOk = ( SCA_VALID == (nResult & SCA_VALID) ); in DeactivatePage()
1040 USHORT nResult = ScAddress().Parse( theCurPosStr, pDoc, pDoc->GetAddressConvention() ); in EdOutPosModHdl() local
1042 if ( SCA_VALID == (nResult & SCA_VALID) ) in EdOutPosModHdl()
/trunk/main/sc/source/ui/dbgui/
H A Dtpsort.cxx900 sal_uInt16 nResult = thePos.Parse( thePosStr, pDoc, pDoc->GetAddressConvention() ); in DeactivatePage() local
902 bPosInputOk = ( SCA_VALID == (nResult & SCA_VALID) ); in DeactivatePage()
1021 sal_uInt16 nResult = ScAddress().Parse( theCurPosStr, pDoc, pDoc->GetAddressConvention() ); in EdOutPosModHdl() local
1023 if ( SCA_VALID == (nResult & SCA_VALID) ) in EdOutPosModHdl()
/trunk/main/desktop/win32/source/rebase/
H A Drebase.cxx80 int nResult = WideCharToMultiByte(CP_ACP, 0, pszFilePath, -1, cszFilePath, _MAX_PATH, NULL, NULL); in rebaseImage() local
82 if (nResult != 0) in rebaseImage()
/trunk/main/sw/source/filter/writer/
H A Dwriter.cxx313 sal_uLong nResult = Write( rPaM, *aRef, pFName ); in Write() local
314 if ( nResult == ERRCODE_NONE ) in Write()
316 return nResult; in Write()
/trunk/main/svtools/source/uno/
H A Dcontextmenuhelper.cxx338 sal_uInt16 nResult = pMenu->Execute( pParent, rPos ); in executePopupMenu() local
340 if ( nResult > 0 ) in executePopupMenu()
342 ::rtl::OUString aCommand = lcl_GetItemCommandRecursive( pMenu, nResult ); in executePopupMenu()
/trunk/main/cui/source/dialogs/
H A Dcuicharmap.cxx147 short nResult = SfxModalDialog::Execute(); in Execute() local
148 if ( nResult == RET_OK ) in Execute()
163 return nResult; in Execute()
/trunk/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()
/trunk/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()

Completed in 180 milliseconds

123456789