/aoo41x/main/filter/inc/filter/msfilter/ |
H A D | msocximex.hxx | 392 sal_uInt32 nBorderColor; member in OCX_ModernControl 442 sal_uInt32 nBorderColor; member in OCX_Image 650 sal_uInt32 nBorderColor; member in OCX_MultiPage 732 sal_uInt32 nBorderColor; member in OCX_Page 809 sal_uInt32 nBorderColor; member in OCX_Frame 891 sal_uInt32 nBorderColor; member in OCX_UserForm 988 nBorderColor = 0x80000006L; in OCX_TextBox() 1013 nBorderColor = 0x80000006L; in OCX_FieldControl() 1062 nBorderColor = 0x80000006; in OCX_ComboBox() 1087 nBorderColor = 0x80000006; in OCX_ListBox() [all …]
|
/aoo41x/main/svx/source/form/ |
H A D | fmcontrolbordermanager.cxx | 86 OSL_VERIFY( _rxPeer->getProperty( FM_PROP_BORDERCOLOR ) >>= _rBoder.nBorderColor ); in getBorder() 95 _rxPeer->setProperty( FM_PROP_BORDERCOLOR, makeAny( _rBoder.nBorderColor ) ); in setBorder() 196 aBorder.nBorderColor = ( nStatus == CONTROL_STATUS_NONE ) in updateBorderStyle() 197 ? _rFallback.nBorderColor in updateBorderStyle()
|
/aoo41x/main/svx/source/inc/ |
H A D | fmcontrolbordermanager.hxx | 60 sal_Int32 nBorderColor; member 64 ,nBorderColor( 0x00000000 ) in BorderDescriptor() 70 nBorderColor = 0x00000000; in clear()
|
/aoo41x/main/xmloff/source/forms/ |
H A D | controlpropertyhdl.cxx | 284 sal_Int32 nBorderColor = 0; in exportXML() local 285 if ( _rValue >>= nBorderColor ) in exportXML() 287 SvXMLUnitConverter::convertColor( aOut, Color( nBorderColor ) ); in exportXML()
|
/aoo41x/main/filter/source/msfilter/ |
H A D | msocximex.cxx | 1897 aTmp <<= ImportColor( nBorderColor ); in Import() 2055 aTmp >>= nBorderColor; in WriteContents() 2526 aTmp <<= ImportColor( nBorderColor ); in Import() 2683 aTmp >>= nBorderColor; in WriteContents() 2898 aTmp >>= nBorderColor; in WriteContents() 3128 *pS >> nBorderColor; in Read() 3332 *pS >> nBorderColor; in Read() 3923 *pS >> nBorderColor; in Read() 4121 *pS >> nBorderColor; in Read() 4291 aTmp >>= nBorderColor; in WriteContents() [all …]
|
/aoo41x/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 216 if( (sal_uInt32)-1 == nBorderColor ) in MergeBorders() 220 nBorderColor = pBorderLine->GetColor().GetColor(); in MergeBorders() 768 : nBorderColor((sal_uInt32)-1), nCellSpacing(0), nCellPadding(0), nBorder(0), in SwWriteTable() 795 : nBorderColor((sal_uInt32)-1), nCellSpacing(0), nCellPadding(0), nBorder(0), in SwWriteTable()
|
/aoo41x/main/qadevOOo/runner/convwatch/ |
H A D | BorderRemover.java | 151 int nBorderColor = m_aImage.getPixel(0,0); in createNewImageWithoutBorder() local 152 Rect aInnerRect = findBorder(m_aImage, nBorderColor); in createNewImageWithoutBorder()
|
/aoo41x/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 240 sal_uInt32 nBorderColor; // Umrandungsfarbe member in SwWriteTable
|
/aoo41x/main/sw/source/filter/html/ |
H A D | htmltabw.cxx | 713 if( (sal_uInt32)-1 != nBorderColor && rWrt.bCfgOutStyles && bHasAnyBorders ) in Write() 717 HTMLOutFuncs::Out_Color( rWrt.Strm(), nBorderColor, rWrt.eDestEnc ); in Write()
|
/aoo41x/main/chart2/source/view/inc/ |
H A D | ShapeFactory.hxx | 142 , sal_Int32 nBorderColor=0
|
/aoo41x/main/oox/inc/oox/ole/ |
H A D | axcontrol.hxx | 258 sal_uInt32 nBorderColor,
|
/aoo41x/main/oox/source/ole/ |
H A D | axcontrol.cxx | 409 sal_uInt32 nBorderColor, sal_Int32 nBorderStyle, sal_Int32 nSpecialEffect ) const in convertAxBorder() argument 414 convertColor( rPropMap, PROP_BorderColor, nBorderColor ); in convertAxBorder()
|
/aoo41x/main/chart2/source/view/main/ |
H A D | ShapeFactory.cxx | 1826 , sal_Int32 nBorderColor in createSymbol2D() argument 1854 , uno::makeAny( nBorderColor ) ); in createSymbol2D()
|
/aoo41x/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 5661 sal_uInt32 nBorderColor = pCellBorder->maCellBorder.Color & 0xff00; // green in ImplCreateCellBorder() local 5662 nBorderColor |= static_cast< sal_uInt8 >( pCellBorder->maCellBorder.Color ) << 16; // red in ImplCreateCellBorder() 5663 nBorderColor |= static_cast< sal_uInt8 >( pCellBorder->maCellBorder.Color >> 16 ); // blue in ImplCreateCellBorder() 5664 aPropOptSp.AddOpt( ESCHER_Prop_lineColor, nBorderColor ); in ImplCreateCellBorder()
|