| /AOO42X/main/sc/source/core/data/ |
| H A D | patattr.cxx | 199 …ntation ScPatternAttr::GetCellOrientation( const SfxItemSet& rItemSet, const SfxItemSet* pCondSet ) in GetCellOrientation() argument 203 if( ((const SfxBoolItem&)GetItem( ATTR_STACKED, rItemSet, pCondSet )).GetValue() ) in GetCellOrientation() 209 …sal_Int32 nAngle = ((const SfxInt32Item&)GetItem( ATTR_ROTATE_VALUE, rItemSet, pCondSet )).GetValu… in GetCellOrientation() 219 SvxCellOrientation ScPatternAttr::GetCellOrientation( const SfxItemSet* pCondSet ) const in GetCellOrientation() 221 return GetCellOrientation( GetItemSet(), pCondSet ); in GetCellOrientation() 227 const SfxItemSet* pCondSet, sal_uInt8 nScript, in GetFont() argument 273 if ( pCondSet ) in GetFont() 277 if ( pCondSet->GetItemState( nFontId, sal_True, &pItem ) != SFX_ITEM_SET ) in GetFont() 281 if ( pCondSet->GetItemState( nHeightId, sal_True, &pItem ) != SFX_ITEM_SET ) in GetFont() 285 if ( pCondSet->GetItemState( nWeightId, sal_True, &pItem ) != SFX_ITEM_SET ) in GetFont() [all …]
|
| H A D | column2.cxx | 220 const SfxItemSet* pCondSet = NULL; in GetNeededSize() local 222 pCondSet = pDocument->GetCondResult( nCol, nRow, nTab ); in GetNeededSize() 228 if (pCondSet && in GetNeededSize() 229 pCondSet->GetItemState(ATTR_HOR_JUSTIFY, sal_True, &pCondItem) == SFX_ITEM_SET) in GetNeededSize() 237 else if ( pCondSet && in GetNeededSize() 238 pCondSet->GetItemState(ATTR_LINEBREAK, sal_True, &pCondItem) == SFX_ITEM_SET) in GetNeededSize() 244 sal_uLong nFormat = pPattern->GetNumberFormat( pFormatter, pCondSet ); in GetNeededSize() 256 SvxCellOrientation eOrient = pPattern->GetCellOrientation( pCondSet ); in GetNeededSize() 258 … ((const SfxBoolItem&)pPattern->GetItem( ATTR_VERTICAL_ASIAN, pCondSet )).GetValue() ); in GetNeededSize() 269 if (pCondSet && in GetNeededSize() [all …]
|
| H A D | fillinfo.cxx | 642 const SfxItemSet* pCondSet = pInfo->pConditionSet; in FillInfo() local 643 if (pCondSet) in FillInfo() 648 … if ( pCondSet->GetItemState( ATTR_BACKGROUND, sal_True, &pItem ) == SFX_ITEM_SET ) in FillInfo() 655 if ( pCondSet->GetItemState( ATTR_BORDER, sal_True, &pItem ) == SFX_ITEM_SET ) in FillInfo() 658 … if ( pCondSet->GetItemState( ATTR_BORDER_TLBR, sal_True, &pItem ) == SFX_ITEM_SET ) in FillInfo() 660 … if ( pCondSet->GetItemState( ATTR_BORDER_BLTR, sal_True, &pItem ) == SFX_ITEM_SET ) in FillInfo() 664 if ( pCondSet->GetItemState( ATTR_SHADOW, sal_True, &pItem ) == SFX_ITEM_SET ) in FillInfo()
|
| H A D | documen6.cxx | 172 const SfxItemSet* pCondSet = NULL; in GetScriptType() local 174 pCondSet = GetCondResult( nCol, nRow, nTab ); in GetScriptType() 176 sal_uLong nFormat = pPattern->GetNumberFormat( xPoolHelper->GetFormTable(), pCondSet ); in GetScriptType()
|
| H A D | table1.cxx | 1517 const SfxItemSet* pCondSet = NULL; in MaybeAddExtraColumn() local 1519 pCondSet = pDocument->GetCondResult( rCol, nRow, nTab ); in MaybeAddExtraColumn() 1522 pPattern->GetItem( ATTR_HOR_JUSTIFY, pCondSet )).GetValue(); in MaybeAddExtraColumn()
|
| H A D | table2.cxx | 1459 const ScPatternAttr* pPattern, const SfxItemSet* pCondSet ) in FillMaxRot() argument 1463 sal_uInt8 nRotDir = pPattern->GetRotateDir( pCondSet ); in FillMaxRot() 1478 GetItem( ATTR_ROTATE_VALUE, pCondSet )).GetValue(); in FillMaxRot()
|
| /AOO42X/main/sc/source/ui/view/ |
| H A D | output2.cxx | 93 const SfxItemSet* pCondSet; // aus bedingter Formatierung member in ScDrawStringsVars 163 sal_Bool HasCondHeight() const { return pCondSet && SFX_ITEM_SET == in HasCondHeight() 164 pCondSet->GetItemState( ATTR_FONT_HEIGHT, sal_True ); } in HasCondHeight() 182 pCondSet ( NULL ), in ScDrawStringsVars() 229 pPattern->GetFont( aTmpFont, SC_AUTOCOL_RAW, pFmtDevice, &aFraction, pCondSet, nScript ); in SetShrinkScale() 266 pCondSet = pSet; in SetPattern() 288 pPattern->GetFont( aFont, eColorMode, pFmtDevice, NULL, pCondSet, nScript, in SetPattern() 291 pPattern->GetFont( aFont, eColorMode, pFmtDevice, &pOutput->aZoomY, pCondSet, nScript, in SetPattern() 297 eAttrOrient = pPattern->GetCellOrientation( pCondSet ); in SetPattern() 301 …lHorJustify)((const SvxHorJustifyItem&)pPattern->GetItem( ATTR_HOR_JUSTIFY, pCondSet )).GetValue(); in SetPattern() [all …]
|
| H A D | output.cxx | 638 const SfxItemSet* pCondSet = pInfo->pConditionSet; in FindRotated() local 643 pCondSet = pDoc->GetCondResult( nX, nY, nTab ); in FindRotated() 648 sal_uInt8 nDir = pPattern->GetRotateDir( pCondSet ); in FindRotated() 665 const SfxItemSet* pCondSet = pDoc->GetCondResult( nCol, nRow, nTab ); in lcl_GetRotateDir() local 669 long nAttrRotate = pPattern->GetRotateVal( pCondSet ); in lcl_GetRotateDir() 673 pPattern->GetItem(ATTR_ROTATE_MODE, pCondSet)).GetValue(); in lcl_GetRotateDir() 698 const SfxItemSet* pCondSet = pDoc->GetCondResult( nCol, nRow, nTab ); in lcl_FindBackground() local 700 &pPattern->GetItem( ATTR_BACKGROUND, pCondSet ); in lcl_FindBackground() 713 pCondSet = pDoc->GetCondResult( nCol, nRow, nTab ); in lcl_FindBackground() 714 pBackground = (const SvxBrushItem*)&pPattern->GetItem( ATTR_BACKGROUND, pCondSet ); in lcl_FindBackground() [all …]
|
| /AOO42X/main/sc/inc/ |
| H A D | patattr.hxx | 75 … SfxPoolItem& GetItem( sal_uInt16 nWhich, const SfxItemSet& rItemSet, const SfxItemSet* pCondSet ); 76 const SfxPoolItem& GetItem( sal_uInt16 nWhich, const SfxItemSet* pCondSet ) const; 84 …vxCellOrientation GetCellOrientation( const SfxItemSet& rItemSet, const SfxItemSet* pCondSet = 0 ); 85 SvxCellOrientation GetCellOrientation( const SfxItemSet* pCondSet = 0 ) const; 92 const SfxItemSet* pCondSet = NULL, 99 const SfxItemSet* pCondSet = NULL, 104 …oEditItemSet( SfxItemSet& rEditSet, const SfxItemSet& rSrcSet, const SfxItemSet* pCondSet = NULL ); 106 …void FillEditItemSet( SfxItemSet* pEditSet, const SfxItemSet* pCondSet = NULL )… 146 const SfxItemSet* pCondSet ) const; 148 long GetRotateVal( const SfxItemSet* pCondSet ) const; [all …]
|
| H A D | table.hxx | 888 const ScPatternAttr* pPattern, const SfxItemSet* pCondSet );
|