Searched refs:sColor (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/svtools/source/dialogs/ |
H A D | colrdlg.cxx | 81 const OUString sColor( RTL_CONSTASCII_USTRINGPARAM( "Color" ) ); in Execute() local 93 props[0].Name = sColor; in Execute() 107 if( props[n].Name.equals( sColor ) ) in Execute()
|
/aoo4110/main/svtools/source/config/ |
H A D | extcolorcfg.cxx | 375 const ::rtl::OUString sColor(RTL_CONSTASCII_USTRINGPARAM("/Color")); in FillComponentColors() local 377 lcl_addString(aColorNames,sColor); in FillComponentColors() 399 ::rtl::OUString sTemp = sName.copy(0,sName.lastIndexOf(sColor)); in FillComponentColors() 448 const ::rtl::OUString sColor(RTL_CONSTASCII_USTRINGPARAM("/Color")); in Commit() local 478 pPropValues->Name += sColor; in Commit()
|
H A D | colorcfg.cxx | 177 OUString sColor = C2U(cColor); in GetPropertyNames() local 187 pNames[nIndex++] += sColor; in GetPropertyNames()
|
/aoo4110/main/framework/qa/complex/framework/autosave/ |
H A D | Protocol.java | 392 String sColor = "#000000"; in toHTML() local 394 sColor = "#808080"; in toHTML() 396 sLine.append("<font color=\""+sColor+"\">{ "+m_nScope+"</font>"); in toHTML() 399 sLine.append("<font color=\""+sColor+"\">"+m_nScope+" }</font>"); in toHTML()
|
/aoo4110/main/oox/source/export/ |
H A D | drawingml.cxx | 139 OString sColor = OString::valueOf( ( sal_Int64 ) nColor, 16 ); in WriteColor() local 140 if( sColor.getLength() < 6 ) { in WriteColor() 142 int remains = 5 - sColor.getLength(); in WriteColor() 149 sBuf.append( sColor ); in WriteColor() 151 sColor = sBuf.getStr(); in WriteColor() 153 mpFS->singleElementNS( XML_a, XML_srgbClr, XML_val, sColor.getStr(), FSEND ); in WriteColor()
|
/aoo4110/main/starmath/source/ |
H A D | mathmlimport.cxx | 670 OUString sColor; member 725 sColor = sValue; in RetrieveAttrs() 734 || sColor.getLength()) in RetrieveAttrs() 813 if (sColor.getLength()) in ApplyAttrs() 820 XML_NAMESPACE_MATH, sColor)); in ApplyAttrs() 967 sColor = sValue; in StartElement() 976 || sColor.getLength()) in StartElement() 1066 if (sColor.getLength()) in EndElement() 1073 XML_NAMESPACE_MATH, sColor)); in EndElement() 1482 aStyleHelper.sColor.getLength()) in EndElement()
|
/aoo4110/main/odk/examples/cpp/custompanel/ |
H A D | ctp_factory.cxx | 85 … const ::rtl::OUString sColor( i_rResourceURL.copy( i_rResourceURL.lastIndexOf( '/' ) + 1 ) ); in createUIElement() local 86 const sal_Int32 nPanelColor = sColor.toInt32( 16 ); in createUIElement()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | docxattributeoutput.cxx | 1085 OString sColor( impl_ConvertColor( pBorderLine->GetColor( ) ) ); in impl_borderLine() local 1086 pAttr->add( FSNS( XML_w, XML_color ), sColor ); in impl_borderLine() 1378 OString sColor = impl_ConvertColor( aColor ); in TableBackgrounds() local 1380 FSNS( XML_w, XML_fill ), sColor.getStr( ), in TableBackgrounds() 3135 OString sColor = impl_ConvertColor( rBrush.GetColor( ) ); in FormatBackground() local 3137 FSNS( XML_w, XML_fill ), sColor.getStr( ), in FormatBackground()
|
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | ReportController.cxx | 2337 ::rtl::OUString sColor(DBGROUPHEADER); in groupChange() 2356 sColor = DBGROUPFOOTER; in groupChange() 2367 getDesignView()->addSection(pMemFunSection(&aGroupHelper),sColor,nPosition); in groupChange()
|
/aoo4110/main/sw/source/ui/config/ |
H A D | optpage.cxx | 2134 String sColor; in Reset() local
|
Completed in 196 milliseconds