/trunk/main/sc/source/filter/lotus/ |
H A D | op.cxx | 513 rPatternItemSet.Put( SvxVerJustifyItem(SVX_VER_JUSTIFY_STANDARD, ATTR_VER_JUSTIFY) ); in OP_VerAlign123() 516 rPatternItemSet.Put( SvxVerJustifyItem(SVX_VER_JUSTIFY_TOP, ATTR_VER_JUSTIFY) ); in OP_VerAlign123() 519 rPatternItemSet.Put( SvxVerJustifyItem(SVX_VER_JUSTIFY_CENTER, ATTR_VER_JUSTIFY) ); in OP_VerAlign123() 522 rPatternItemSet.Put( SvxVerJustifyItem(SVX_VER_JUSTIFY_BOTTOM, ATTR_VER_JUSTIFY) ); in OP_VerAlign123() 525 rPatternItemSet.Put( SvxVerJustifyItem(SVX_VER_JUSTIFY_STANDARD, ATTR_VER_JUSTIFY) ); in OP_VerAlign123()
|
/trunk/main/sc/source/core/tool/ |
H A D | autoform.cxx | 212 …rStream << SvxVerJustifyItem(SVX_VER_JUSTIFY_STANDARD, ATTR_VER_JUSTIFY).GetVersion(SOFFICE_FILEFO… in Write() 252 aVerJustify( SVX_VER_JUSTIFY_STANDARD, ATTR_VER_JUSTIFY ), in ScAutoFormatDataField() 562 case ATTR_VER_JUSTIFY: return &rField.GetVerJustify(); in GetItem() 600 case ATTR_VER_JUSTIFY: rField.SetVerJustify( (const SvxVerJustifyItem&)rItem ); break; in PutItem() 781 rField.SetVerJustify ( (const SvxVerJustifyItem&) rItemSet.Get( ATTR_VER_JUSTIFY ) ); in GetFromItemSet()
|
H A D | editutil.cxx | 147 GetItem(ATTR_VER_JUSTIFY)).GetValue(); in GetEditArea()
|
/trunk/main/sc/source/ui/view/ |
H A D | formatsh.cxx | 1202 …pTabViewShell->ApplyAttr( SvxVerJustifyItem( lclConvertSlotToVAlign( nSlot ), ATTR_VER_JUSTIFY ) ); in ExecuteAlignment() 1234 …ustifyItem( (SvxCellVerJustify)((const SvxVerJustifyItem*)pItem)->GetValue(), ATTR_VER_JUSTIFY ) ); in ExecuteAlignment() 1438 if (rAttrSet.GetItemState(ATTR_VER_JUSTIFY, sal_True,&pItem ) == SFX_ITEM_SET) in ExecuteTextAttr() 2206 eState = rAttrSet.GetItemState( ATTR_VER_JUSTIFY, sal_True, in GetTextAttrState() 2294 bool bHasVAlign = rAttrSet.GetItemState( ATTR_VER_JUSTIFY ) != SFX_ITEM_DONTCARE; in GetAlignState() 2296 …eVAlign = (SvxCellVerJustify)((const SvxVerJustifyItem&) rAttrSet.Get( ATTR_VER_JUSTIFY )).GetValu… in GetAlignState()
|
H A D | output2.cxx | 303 … = (SvxCellVerJustify)((const SvxVerJustifyItem&)pPattern->GetItem( ATTR_VER_JUSTIFY, pCondSet )).… in SetPattern() 975 …else if ( &rpNewPattern->GetItem( ATTR_VER_JUSTIFY ) != &rpOldPattern->GetItem( ATTR_VER_JUSTIFY )… in StringDiffer() 2391 pPattern->GetItem(ATTR_VER_JUSTIFY, pCondSet)).GetValue(); in DrawEdit() 3134 pPattern->GetItem(ATTR_VER_JUSTIFY, pCondSet)).GetValue(); in DrawRotated()
|
/trunk/main/sc/source/filter/starcalc/ |
H A D | scflt.cxx | 1244 … rItemSet.Put( SvxVerJustifyItem( SVX_VER_JUSTIFY_TOP, ATTR_VER_JUSTIFY ) ); in LoadPatternCollection() 1247 … rItemSet.Put( SvxVerJustifyItem( SVX_VER_JUSTIFY_CENTER, ATTR_VER_JUSTIFY ) ); in LoadPatternCollection() 1250 … rItemSet.Put( SvxVerJustifyItem( SVX_VER_JUSTIFY_BOTTOM, ATTR_VER_JUSTIFY ) ); in LoadPatternCollection() 1878 … aScPattern.GetItemSet().Put(SvxVerJustifyItem(SVX_VER_JUSTIFY_TOP, ATTR_VER_JUSTIFY)); in LoadColAttr() 1881 … aScPattern.GetItemSet().Put(SvxVerJustifyItem(SVX_VER_JUSTIFY_CENTER, ATTR_VER_JUSTIFY)); in LoadColAttr() 1884 … aScPattern.GetItemSet().Put(SvxVerJustifyItem(SVX_VER_JUSTIFY_BOTTOM, ATTR_VER_JUSTIFY)); in LoadColAttr()
|
/trunk/main/sc/inc/ |
H A D | scitems.hxx | 93 #define ATTR_VER_JUSTIFY 131 macro
|
/trunk/main/sc/source/filter/qpro/ |
H A D | qprostyle.cxx | 119 rItemSet.Put(SvxVerJustifyItem( eVerJustify, ATTR_VER_JUSTIFY ) ); in SetFormat()
|
/trunk/main/sc/source/core/data/ |
H A D | docpool.cxx | 261 …ppPoolDefaults[ ATTR_VER_JUSTIFY - ATTR_STARTINDEX ] = new SvxVerJustifyItem( SVX_VER_JUSTIFY_… in ScDocumentPool()
|
/trunk/main/sc/source/filter/rtf/ |
H A D | rtfexp.cxx | 160 …t SvxVerJustifyItem& rVerJustifyItem= (const SvxVerJustifyItem&)pAttr->GetItem( ATTR_VER_JUSTIFY ); in WriteRow()
|
H A D | eeimpars.cxx | 249 if ( rESet.GetItemState( ATTR_VER_JUSTIFY, sal_False, &pItem) == SFX_ITEM_SET ) in WriteToDocument()
|
/trunk/main/sc/source/ui/unoobj/ |
H A D | afmtuno.cxx | 147 …{MAP_CHAR_LEN(SC_UNONAME_CELLVJUS), ATTR_VER_JUSTIFY, &::getCppuType((const table::CellVertJ… in lcl_GetAutoFieldMap()
|
H A D | cellsuno.cxx | 240 …{MAP_CHAR_LEN(SC_UNONAME_CELLVJUS), ATTR_VER_JUSTIFY, &getCppuType((table::CellVertJustify*)0), 0,… in lcl_GetCellsPropertySet() 341 …{MAP_CHAR_LEN(SC_UNONAME_CELLVJUS), ATTR_VER_JUSTIFY, &getCppuType((table::CellVertJustify*)0), 0,… in lcl_GetRangePropertySet() 444 …{MAP_CHAR_LEN(SC_UNONAME_CELLVJUS), ATTR_VER_JUSTIFY, &getCppuType((table::CellVertJustify*)0), 0,… in lcl_GetCellPropertySet() 550 …{MAP_CHAR_LEN(SC_UNONAME_CELLVJUS), ATTR_VER_JUSTIFY, &getCppuType((table::CellVertJustify*)0), 0,… in lcl_GetColumnPropertySet() 655 …{MAP_CHAR_LEN(SC_UNONAME_CELLVJUS), ATTR_VER_JUSTIFY, &getCppuType((table::CellVertJustify*)0), 0,… in lcl_GetRowPropertySet() 767 …{MAP_CHAR_LEN(SC_UNONAME_CELLVJUS), ATTR_VER_JUSTIFY, &getCppuType((table::CellVertJustify*)0), 0,… in lcl_GetSheetPropertySet()
|
H A D | styleuno.cxx | 160 …{MAP_CHAR_LEN(SC_UNONAME_CELLVJUS), ATTR_VER_JUSTIFY, &::getCppuType((const table::CellVertJustify… in lcl_GetCellStyleSet()
|
/trunk/main/sc/source/filter/excel/ |
H A D | xestyle.cxx | 1404 … SetScVerAlign( GETITEMVALUE( rItemSet, SvxVerJustifyItem, ATTR_VER_JUSTIFY, SvxCellVerJustify ) ); in FillFromItemSet() 1405 bUsed |= ScfTools::CheckItem( rItemSet, ATTR_VER_JUSTIFY, bStyle ); in FillFromItemSet()
|
H A D | xistyle.cxx | 710 …ScfTools::PutItem( rItemSet, SvxVerJustifyItem( GetScVerAlign(), ATTR_VER_JUSTIFY ), bSkipPoolDefs… in FillToItemSet()
|
/trunk/main/sc/source/filter/html/ |
H A D | htmlpars.cxx | 977 pActEntry->aItemSet.Put( SvxVerJustifyItem( eVal, ATTR_VER_JUSTIFY) ); in TableDataOn() 2518 rItemSet.Put( SvxVerJustifyItem( eVal, ATTR_VER_JUSTIFY ) ); in ProcessFormatOptions()
|
H A D | htmlexp.cxx | 948 pAttr->GetItem( ATTR_VER_JUSTIFY, pCondItemSet ); in WriteCell()
|
/trunk/main/sc/source/ui/Accessibility/ |
H A D | AccessibleText.cxx | 980 pDoc->GetAttr( aCellPos.Col(), aCellPos.Row(), aCellPos.Tab(), ATTR_VER_JUSTIFY ) ); in GetTextForwarder()
|