Home
last modified time | relevance | path

Searched refs:SwTblBoxValue (Results 1 – 18 of 18) sorted by relevance

/trunk/main/sw/source/core/attr/
H A Dcellatr.cxx234 SwTblBoxValue::SwTblBoxValue() in SwTblBoxValue() function in SwTblBoxValue
240 SwTblBoxValue::SwTblBoxValue( const double nVal ) in SwTblBoxValue() function in SwTblBoxValue
246 int SwTblBoxValue::operator==( const SfxPoolItem& rAttr ) const in operator ==()
249 SwTblBoxValue const& rOther( static_cast<SwTblBoxValue const&>(rAttr) ); in operator ==()
257 SfxPoolItem* SwTblBoxValue::Clone( SfxItemPool* ) const in Clone()
259 return new SwTblBoxValue( nValue ); in Clone()
/trunk/main/sw/inc/
H A Dcellatr.hxx85 class SW_DLLPUBLIC SwTblBoxValue : public SfxPoolItem class
89 SwTblBoxValue();
90 SwTblBoxValue( const double aVal );
96 inline SwTblBoxValue& operator=( const SwTblBoxValue& rCmp ) in operator =()
113 inline const SwTblBoxValue &SwAttrSet::GetTblBoxValue(sal_Bool bInP) const in GetTblBoxValue()
114 { return (const SwTblBoxValue&)Get( RES_BOXATR_VALUE, bInP); } in GetTblBoxValue()
122 inline const SwTblBoxValue &SwFmt::GetTblBoxValue(sal_Bool bInP) const in GetTblBoxValue()
H A Dswatrset.hxx139 class SwTblBoxValue;
348 inline const SwTblBoxValue &GetTblBoxValue( sal_Bool = sal_True ) const;
H A Dformat.hxx308 inline const SwTblBoxValue &GetTblBoxValue( sal_Bool = sal_True ) const;
/trunk/main/sw/source/core/table/
H A Dswtable.cxx2331 const SwTblBoxValue *pNewVal = 0; in Modify()
2348 aOldValue = ((SwTblBoxValue&)((SwAttrSetChg*)pOld)-> in Modify()
2361 pNewVal = (SwTblBoxValue*)pNew; in Modify()
2362 aOldValue = ((SwTblBoxValue*)pOld)->GetValue(); in Modify()
2482 SetFmtAttr( SwTblBoxValue( fVal )); in Modify()
2576 const SwTblBoxValue *pValue; in IsNumberChanged()
2720 double fVal = ((SwTblBoxValue*)pValItem)->GetValue(); in ActualiseValueBox()
/trunk/main/sw/source/core/fields/
H A Dcellfml.cxx124 aTmp.Put( SwTblBoxValue( nRet ) ); in GetValue()
139 nRet = ((SwTblBoxValue*)pItem)->GetValue(); in GetValue()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin2.cxx161 ((SwTblBoxValue*)aCntntAtPos.aFnd.pAttr)->GetValue() ) in RequestHelp()
/trunk/main/sw/source/core/access/
H A Dacccell.cxx431 SwTblBoxValue aValue( fValue ); in setCurrentValue()
/trunk/main/sw/source/core/undo/
H A Duntbl.cxx2282 fNewNum = ((SwTblBoxValue*)pItem)->GetValue(); in SwUndoTblNumFmt()
2429 aBoxSet.Put( SwTblBoxValue( fNewNum )); in RedoImpl()
2446 aBoxSet.Put( SwTblBoxValue( fNum )); in RedoImpl()
/trunk/main/sw/source/core/bastyp/
H A Dinit.cxx667 aAttrTab[ RES_BOXATR_VALUE- POOLATTR_BEGIN ] = new SwTblBoxValue; in _InitCore()
/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx447 nValue = ((const SwTblBoxValue *)pItem)->GetValue(); in OutTableCell()
H A Dhtmltab.cxx1580 aItemSet.Put( SwTblBoxValue(nValue) ); in FixFrameFmt()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx721 ((SwTblBoxValue&)aBoxSet.Get( in Execute()
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx1174 aTblSet.Put( SwTblBoxValue( fVal )); in DataToDoc()
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx2181 SwTblBoxValue aValueItem( pCell->GetValue() ); in MakeTableBox()
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx675 aTmp.Put( SwTblBoxValue( nValue )); in UpdateTblFlds()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx4148 aBoxSet.Put( SwTblBoxValue( fNumber )); in ChkBoxNumFmt()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx739 SwTblBoxValue aVal(nVal); in lcl_setValue()

Completed in 184 milliseconds