Home
last modified time | relevance | path

Searched refs:nVal (Results 251 – 275 of 453) sorted by relevance

1...<<111213141516171819

/trunk/main/dbaccess/source/ui/inc/
H A Ddlgsize.hxx51 void SetValue( sal_Int32 nVal );
64 DlgSize( Window * pParent, sal_Int32 nVal, sal_Bool bRow, sal_Int32 _nAlternativeStandard = -1 );
/trunk/main/svx/inc/svx/
H A Dsdtaaitm.hxx33 SdrTextAniAmountItem(sal_Int16 nVal=0): SfxInt16Item(SDRATTR_TEXT_ANIAMOUNT,nVal) {} in SdrTextAniAmountItem() argument
H A Dsdmetitm.hxx39 SdrMetricItem(sal_uInt16 nId, sal_Int32 nVal=0): SfxInt32Item(nId,nVal) {} in SdrMetricItem() argument
H A Dsdasaitm.hxx38 void SetValue( sal_Int32 nVal ) { nValue = nVal; }; in SetValue() argument
/trunk/main/soltools/ldump/
H A Dldump.hxx66 void SetBeginExport(unsigned short nVal){nBegin = nVal;} in SetBeginExport() argument
/trunk/main/sc/inc/
H A Dclipparam.hxx74 void setSourceDocID( sal_uInt32 nVal ) { mnSourceDocID = nVal; } in setSourceDocID()
/trunk/main/sc/source/filter/inc/
H A Dotlnbuff.hxx46 void SetLevel( SCSIZE nIndex, sal_uInt8 nVal, sal_Bool bOuted, sal_Bool bHidden );
50 void SetLevelRange( SCSIZE nF, SCSIZE nL, sal_uInt8 nVal,
/trunk/main/sc/source/ui/unoobj/
H A Dstyleuno.cxx1783 sal_Int16 nVal = 0; in SetOnePropertyValueWithoutUpdate() local
1784 *pValue >>= nVal; in SetOnePropertyValueWithoutUpdate()
1785 … rSet.Put( SfxUInt16Item( pEntry->nWID, (sal_uInt16)HMMToTwips(nVal) ) ); in SetOnePropertyValueWithoutUpdate()
1836 sal_Int16 nVal = 0; in SetOnePropertyValueWithoutUpdate() local
1837 *pValue >>= nVal; in SetOnePropertyValueWithoutUpdate()
1838 rSet.Put( SfxUInt16Item( pEntry->nWID, nVal ) ); in SetOnePropertyValueWithoutUpdate()
1843 sal_Int16 nVal = 0; in SetOnePropertyValueWithoutUpdate() local
1844 *pValue >>= nVal; in SetOnePropertyValueWithoutUpdate()
1845 rSet.Put( SfxUInt16Item( ATTR_PAGE_FIRSTPAGENO, nVal ) ); in SetOnePropertyValueWithoutUpdate()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx484 char nVal; in ImplWriteProlog() local
490 nVal = 0; in ImplWriteProlog()
499 nVal <<= 1; in ImplWriteProlog()
501 nVal |= 1; in ImplWriteProlog()
504 if ( nVal > 9 ) in ImplWriteProlog()
505 nVal += 'A' - 10; in ImplWriteProlog()
507 nVal += '0'; in ImplWriteProlog()
508 *mpPS << nVal; in ImplWriteProlog()
509 nVal = 0; in ImplWriteProlog()
/trunk/main/graphite/
H A Dgraphite-2.3.1.patch821 case kslatAttTo: nVal = pslot->AttachTo(); break;
822 case kslatAttLevel: nVal = pslot->AttachLevel(); break;
824 case kslatAttAtY: nVal = pslot->AttachAtY(); break;
825 case kslatAttAtGpt: nVal = pslot->AttachAtGpoint(); break;
826 case kslatAttAtXoff: nVal = pslot->AttachAtXOffset(); break;
827 case kslatAttAtYoff: nVal = pslot->AttachAtYOffset(); break;
829 case kslatAttWithY: nVal = pslot->AttachWithY(); break;
830 case kslatAttWithGpt: nVal = pslot->AttachWithGpoint(); break;
831 case kslatAttWithXoff: nVal = pslot->AttachWithXOffset(); break;
836 case kslatMeasureSol: nVal = pslot->MeasureSol(); break;
[all …]
/trunk/main/basic/source/comp/
H A Dsymtbl.cxx514 nVal = 0; eType = SbxINTEGER; in SbiConstDef()
519 aVal.Erase(); nVal = n; eType = t; in Set()
524 aVal = n; nVal = 0; eType = SbxSTRING; in Set()
H A Dloops.cxx488 if( eCurTok == NUMBER && !nVal ) in On()
499 if( eCurTok == NUMBER && nVal == 1 ) in On()
537 if( !nVal ) in Resume()
/trunk/main/svl/inc/svl/
H A Daeitem.hxx45 SfxAllEnumItem( sal_uInt16 nWhich, sal_uInt16 nVal );
46 SfxAllEnumItem( sal_uInt16 nWhich, sal_uInt16 nVal, const XubString &rText );
/trunk/main/sw/source/core/layout/
H A Dsectfrm.cxx2393 sal_uInt16 nVal = pFmt->GetFtnAtTxtEnd( sal_False ).GetValue(); in CalcFtnAtEndFlag() local
2394 bFtnAtEnd = FTNEND_ATPGORDOCEND != nVal; in CalcFtnAtEndFlag()
2395 bOwnFtnNum = FTNEND_ATTXTEND_OWNNUMSEQ == nVal || in CalcFtnAtEndFlag()
2396 FTNEND_ATTXTEND_OWNNUMANDFMT == nVal; in CalcFtnAtEndFlag()
2403 nVal = pFmt->GetFtnAtTxtEnd( sal_False ).GetValue(); in CalcFtnAtEndFlag()
2404 if( FTNEND_ATPGORDOCEND != nVal ) in CalcFtnAtEndFlag()
2407 bOwnFtnNum = bOwnFtnNum ||FTNEND_ATTXTEND_OWNNUMSEQ == nVal || in CalcFtnAtEndFlag()
2408 FTNEND_ATTXTEND_OWNNUMANDFMT == nVal; in CalcFtnAtEndFlag()
/trunk/main/sc/source/core/inc/
H A Dadiasync.hxx53 double nVal; // aktueller Wert member
75 double GetValue() const { return nVal; } in GetValue()
/trunk/main/chart2/source/controller/dialogs/
H A Dtp_PointGeometry.cxx89 long nVal=((const SfxInt32Item*)pPoolItem)->GetValue(); in Reset() local
92 m_pGeometryResources->SelectEntryPos(static_cast<sal_uInt16>(nVal)); in Reset()
/trunk/main/cui/source/tabpages/
H A Dtpline.cxx701 sal_uInt16 nVal = (sal_uInt16)aMtrTransparent.GetValue(); in FillItemSet() local
702 if( nVal != (sal_uInt16)aMtrTransparent.GetSavedValue().ToInt32() ) in FillItemSet()
704 XLineTransparenceItem aItem( nVal ); in FillItemSet()
953 sal_uInt16 nVal = (sal_uInt16)aMtrTransparent.GetValue(); in FillXLSet_Impl() local
954 rXLSet.Put( XLineTransparenceItem( nVal ) ); in FillXLSet_Impl()
1638 sal_uInt16 nVal = (sal_uInt16)aMtrTransparent.GetValue(); in IMPL_LINK() local
1639 XLineTransparenceItem aItem( nVal ); in IMPL_LINK()
H A Dautocdlg.cxx2471 sal_uInt16 nVal; in FillItemSet() local
2489 nVal = (sal_uInt16)aNFMinWordlen.GetValue(); in FillItemSet()
2490 bModified |= nVal != pOpt->nAutoCmpltWordLen; in FillItemSet()
2491 pOpt->nAutoCmpltWordLen = nVal; in FillItemSet()
2493 nVal = (sal_uInt16)aNFMaxEntries.GetValue(); in FillItemSet()
2494 bModified |= nVal != pOpt->nAutoCmpltListLen; in FillItemSet()
2495 pOpt->nAutoCmpltListLen = nVal; in FillItemSet()
2497 nVal = aDCBExpandKey.GetSelectEntryPos(); in FillItemSet()
2498 if( nVal < aDCBExpandKey.GetEntryCount() ) in FillItemSet()
2500 sal_uLong nKey = (sal_uLong)aDCBExpandKey.GetEntryData( nVal ); in FillItemSet()
/trunk/main/sc/source/ui/inc/
H A Dcolrowba.hxx64 virtual String GetDragHelp( long nVal );
99 virtual String GetDragHelp( long nVal );
H A Ddrwtrans.hxx100 void SetSourceDocID( sal_uInt32 nVal ) in SetSourceDocID() argument
101 { nSourceDocID = nVal; } in SetSourceDocID()
/trunk/main/basic/source/runtime/
H A Dprops.cxx58 sal_Int32 nVal = rPar.Get( 0 )->GetLong(); in RTLFUNC() local
59 if( nVal <= 65535L ) in RTLFUNC()
60 StarBASIC::Error( StarBASIC::GetSfxFromVBError( (sal_uInt16) nVal ) ); in RTLFUNC()
/trunk/main/sfx2/source/bastyp/
H A Dprogress.cxx174 nVal(0), in SfxProgress()
368 nVal = nNewVal; in SetState()
458 pImp->xStatusInd->setValue( nVal ); in Resume()
/trunk/main/svtools/source/contnr/
H A Dsvlbox.cxx1938 sal_uLong nVal = (sal_uLong)&rB; in AddBoxToDDList_Impl() local
1939 SortLBoxes::get().Insert( nVal ); in AddBoxToDDList_Impl()
1944 sal_uLong nVal = (sal_uLong)&rB; in RemoveBoxFromDDList_Impl() local
1945 SortLBoxes::get().Remove( nVal ); in RemoveBoxFromDDList_Impl()
1950 sal_uLong nVal = (sal_uLong)pThis; in IMPL_STATIC_LINK() local
1953 if( rSortLBoxes.Seek_Entry( nVal, &nFnd ) ) in IMPL_STATIC_LINK()
/trunk/main/sc/source/ui/view/
H A Dcellsh2.cxx1100 double nVal; in ExecuteDB() local
1101 if (pDoc->GetFormatTable()->IsNumberFormat(aTemp1, nNumIndex, nVal)) in ExecuteDB()
1102 aExpr1 =String( ::rtl::math::doubleToUString( nVal, in ExecuteDB()
1117 double nVal; in ExecuteDB() local
1118 if (pDoc->GetFormatTable()->IsNumberFormat(aTemp2, nNumIndex, nVal)) in ExecuteDB()
1119 aExpr2 =String( ::rtl::math::doubleToUString( nVal, in ExecuteDB()
/trunk/main/basic/source/inc/
H A Dscanner.hxx51 double nVal; // numerischer Wert member in SbiScanner
99 double GetDbl() { return nVal; } in GetDbl()

Completed in 166 milliseconds

1...<<111213141516171819