Home
last modified time | relevance | path

Searched refs:nBorderColor (Results 1 – 14 of 14) sorted by relevance

/trunk/main/filter/inc/filter/msfilter/
H A Dmsocximex.hxx392 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 …]
/trunk/main/svx/source/form/
H A Dfmcontrolbordermanager.cxx86 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()
/trunk/main/svx/source/inc/
H A Dfmcontrolbordermanager.hxx60 sal_Int32 nBorderColor; member
64 ,nBorderColor( 0x00000000 ) in BorderDescriptor()
70 nBorderColor = 0x00000000; in clear()
/trunk/main/filter/source/msfilter/
H A Dmsocximex.cxx1897 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 …]
/trunk/main/xmloff/source/forms/
H A Dcontrolpropertyhdl.cxx284 sal_Int32 nBorderColor = 0; in exportXML() local
285 if ( _rValue >>= nBorderColor ) in exportXML()
287 SvXMLUnitConverter::convertColor( aOut, Color( nBorderColor ) ); in exportXML()
/trunk/main/sw/source/filter/writer/
H A Dwrtswtbl.cxx216 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()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DBorderRemover.java151 int nBorderColor = m_aImage.getPixel(0,0); in createNewImageWithoutBorder() local
152 Rect aInnerRect = findBorder(m_aImage, nBorderColor); in createNewImageWithoutBorder()
/trunk/main/sw/source/filter/inc/
H A Dwrtswtbl.hxx240 sal_uInt32 nBorderColor; // Umrandungsfarbe member in SwWriteTable
/trunk/main/sw/source/filter/html/
H A Dhtmltabw.cxx713 if( (sal_uInt32)-1 != nBorderColor && rWrt.bCfgOutStyles && bHasAnyBorders ) in Write()
717 HTMLOutFuncs::Out_Color( rWrt.Strm(), nBorderColor, rWrt.eDestEnc ); in Write()
/trunk/main/chart2/source/view/inc/
H A DShapeFactory.hxx142 , sal_Int32 nBorderColor=0
/trunk/main/oox/inc/oox/ole/
H A Daxcontrol.hxx258 sal_uInt32 nBorderColor,
/trunk/main/oox/source/ole/
H A Daxcontrol.cxx409 sal_uInt32 nBorderColor, sal_Int32 nBorderStyle, sal_Int32 nSpecialEffect ) const in convertAxBorder() argument
414 convertColor( rPropMap, PROP_BorderColor, nBorderColor ); in convertAxBorder()
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx1826 , sal_Int32 nBorderColor in createSymbol2D() argument
1854 , uno::makeAny( nBorderColor ) ); in createSymbol2D()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx5661 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()

Completed in 158 milliseconds