Home
last modified time | relevance | path

Searched refs:rStyle (Results 1 – 25 of 98) sorted by relevance

1234

/trunk/main/sdext/source/pdfimport/tree/
H A Dstyle.cxx51 aSearchStyle.Name = rStyle.Name; in impl_getStyleId()
53 aSearchStyle.Contents = rStyle.Contents; in impl_getStyleId()
162 const HashedStyle& rStyle = style_it->second; in getStyleName() local
165 if( name_it != rStyle.Properties.end() ) in getStyleName()
171 if( fam_it != rStyle.Properties.end() ) in getStyleName()
198 const HashedStyle& rStyle = it->second; in impl_emitStyle() local
199 PropertyMap aProps( rStyle.Properties ); in impl_emitStyle()
200 if( !rStyle.IsSubStyle ) in impl_emitStyle()
206 if( !rStyle.Contents.isEmpty() ) in impl_emitStyle()
207 rContext.rEmitter.write( rStyle.Contents ); in impl_emitStyle()
[all …]
H A Dstyle.hxx121 size_t operator()( const StyleContainer::HashedStyle& rStyle ) const in operator ()()
123 return rStyle.hashCode(); in operator ()()
165 sal_Int32 impl_getStyleId( const Style& rStyle, bool bSubStyle );
166 sal_Int32 getStyleId( const Style& rStyle ) in getStyleId() argument
167 { return impl_getStyleId( rStyle, false ); } in getStyleId()
/trunk/main/svtools/source/filter/wmf/
H A Dwinmtf.hxx380 sal_Bool operator==( const WinMtfFillStyle& rStyle ) in operator ==()
381 { return ( ( aFillColor == rStyle.aFillColor ) && ( bTransparent == rStyle.bTransparent ) ); }; in operator ==()
384 …void operator=( const WinMtfFillStyle& rStyle ) { aFillColor = rStyle.aFillColor; bTransparent = r… in operator =()
404 WinMtfLineStyle( const Color& rColor, const LineInfo rStyle, sal_Bool bTrans = sal_False ) : in WinMtfLineStyle()
406 aLineInfo ( rStyle ), in WinMtfLineStyle()
409 …nMtfLineStyle& rStyle ) { return ( ( aLineColor == rStyle.aLineColor ) && ( bTransparent == rStyle in operator ==()
411 void operator=( const WinMtfLineStyle& rStyle ) in operator =()
413 aLineColor = rStyle.aLineColor; in operator =()
414 bTransparent = rStyle.bTransparent; in operator =()
415 aLineInfo = rStyle.aLineInfo; in operator =()
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx1245 OUString StyleBag::getStyleId( Style const & rStyle ) in getStyleId() argument
1248 if (! rStyle._set) // nothing set in getStyleId()
1258 short demanded_defaults = ~rStyle._set & rStyle._all; in getStyleId()
1263 short bset = rStyle._set & pStyle->_set; in getStyleId()
1277 (rStyle._border != pStyle->_border || in getStyleId()
1282 !equalFont( rStyle, *pStyle )) in getStyleId()
1299 pStyle->_border = rStyle._border; in getStyleId()
1303 pStyle->_descr = rStyle._descr; in getStyleId()
1310 pStyle->_all |= rStyle._all; in getStyleId()
1311 pStyle->_set |= rStyle._set; in getStyleId()
[all …]
/trunk/main/svx/inc/svx/
H A Dframelinkarray.hxx193 void SetCellStyleLeft( size_t nCol, size_t nRow, const Style& rStyle );
196 void SetCellStyleRight( size_t nCol, size_t nRow, const Style& rStyle );
199 void SetCellStyleTop( size_t nCol, size_t nRow, const Style& rStyle );
202 void SetCellStyleBottom( size_t nCol, size_t nRow, const Style& rStyle );
205 void SetCellStyleTLBR( size_t nCol, size_t nRow, const Style& rStyle );
208 void SetCellStyleBLTR( size_t nCol, size_t nRow, const Style& rStyle );
214 void SetColumnStyleLeft( size_t nCol, const Style& rStyle );
217 void SetColumnStyleRight( size_t nCol, const Style& rStyle );
220 void SetRowStyleTop( size_t nRow, const Style& rStyle );
223 void SetRowStyleBottom( size_t nRow, const Style& rStyle );
/trunk/main/svx/source/dialog/
H A Dframelinkarray.cxx415 CELLACC( nCol, nRow ).maLeft = rStyle; in SetCellStyleLeft()
421 CELLACC( nCol, nRow ).maRight = rStyle; in SetCellStyleRight()
427 CELLACC( nCol, nRow ).maTop = rStyle; in SetCellStyleTop()
433 CELLACC( nCol, nRow ).maBottom = rStyle; in SetCellStyleBottom()
439 CELLACC( nCol, nRow ).maTLBR = rStyle; in SetCellStyleTLBR()
445 CELLACC( nCol, nRow ).maBLTR = rStyle; in SetCellStyleBLTR()
460 SetCellStyleLeft( nCol, nRow, rStyle ); in SetColumnStyleLeft()
467 SetCellStyleRight( nCol, nRow, rStyle ); in SetColumnStyleRight()
470 void Array::SetRowStyleTop( size_t nRow, const Style& rStyle ) in SetRowStyleTop() argument
474 SetCellStyleTop( nCol, nRow, rStyle ); in SetRowStyleTop()
[all …]
H A Dfrmsel.cxx851 return rStyle.GetOutWidth() ? &rStyle : 0; in GetFrameBorderStyle()
884 const SvxBorderLine& rStyle = (*aIt)->GetCoreStyle(); in GetVisibleWidth() local
888 (rStyle.GetOutWidth() == (*aIt)->GetCoreStyle().GetOutWidth()) && in GetVisibleWidth()
889 (rStyle.GetDistance() == (*aIt)->GetCoreStyle().GetDistance()) && in GetVisibleWidth()
890 (rStyle.GetInWidth() == (*aIt)->GetCoreStyle().GetInWidth()); in GetVisibleWidth()
894 rnPrim = rStyle.GetOutWidth(); in GetVisibleWidth()
895 rnDist = rStyle.GetDistance(); in GetVisibleWidth()
896 rnSecn = rStyle.GetInWidth(); in GetVisibleWidth()
907 const SvxBorderLine& rStyle = (*aIt)->GetCoreStyle(); in GetVisibleColor() local
910 bFound = (rStyle.GetColor() == (*aIt)->GetCoreStyle().GetColor()); in GetVisibleColor()
[all …]
/trunk/main/svx/source/table/
H A Dsvdotable.cxx185 (*this) = rStyle; in TableStyleSettings()
190 mbUseFirstRow = rStyle.mbUseFirstRow; in operator =()
191 mbUseLastRow = rStyle.mbUseLastRow; in operator =()
192 mbUseFirstColumn = rStyle.mbUseFirstColumn; in operator =()
193 mbUseLastColumn = rStyle.mbUseLastColumn; in operator =()
194 mbUseRowBanding = rStyle.mbUseRowBanding; in operator =()
195 mbUseColumnBanding = rStyle.mbUseColumnBanding; in operator =()
202 (mbUseFirstRow == rStyle.mbUseFirstRow) && in operator ==()
203 (mbUseLastRow == rStyle.mbUseLastRow) && in operator ==()
205 (mbUseLastColumn == rStyle.mbUseLastColumn) && in operator ==()
[all …]
/trunk/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx321 maLabelFont = rStyle.GetLabelFont(); in ScMenuFloatingWindow()
412 Color aBackColor = rStyle.GetMenuColor(); in Paint()
413 Color aBorderColor = rStyle.GetShadowColor(); in Paint()
437 SetTextColor(rStyle.GetMenuTextColor()); in Paint()
779 Color aBackColor = rStyle.GetMenuColor(); in highlightMenuItem()
816 aBackColor = rStyle.GetMenuHighlightColor(); in highlightMenuItem()
823 Color aTextColor = bSelected ? rStyle.GetMenuHighlightTextColor() : rStyle.GetMenuTextColor(); in highlightMenuItem()
1031 maChkToggleAll.SetControlBackground(rStyle.GetMenuColor()); in ScDPFieldPopupWindow()
1286 Color aMemberBackColor = rStyle.GetFieldColor(); in Paint()
1287 Color aBorderColor = rStyle.GetShadowColor(); in Paint()
[all …]
/trunk/main/sfx2/source/dialog/
H A Dstyledlg.cxx49 SfxStyleSheetBase& rStyle, // zu bearbeitendes StyleSheet in SfxStyleDialog() argument
60 rStyle.GetItemSet().Clone(), in SfxStyleDialog()
63 rStyle.HasParentSupport() ? sal_True : 2, in SfxStyleDialog()
66 pStyle( &rStyle ) in SfxStyleDialog()
76 if( !rStyle.GetName().Len() ) in SfxStyleDialog()
82 sTxt += rStyle.GetName(); in SfxStyleDialog()
/trunk/main/xmloff/source/style/
H A Dstyleexp.cxx100 const Reference< XStyle >& rStyle, in exportStyle()
106 Reference< XPropertySet > xPropSet( rStyle, UNO_QUERY ); in exportStyle()
128 sName += rStyle->getName(); in exportStyle()
143 OUString sParentString(rStyle->getParentStyle()); in exportStyle()
325 exportStyleAttributes( rStyle ); in exportStyle()
346 exportStyleContent( rStyle ); in exportStyle()
349 Reference<XEventsSupplier> xEventsSupp(rStyle, UNO_QUERY); in exportStyle()
H A DXMLPageExport.cxx100 const Reference< XStyle >& rStyle, in exportStyle()
103 Reference< XPropertySet > xPropSet( rStyle, UNO_QUERY ); in exportStyle()
119 aEntry.sStyleName = rStyle->getName(); in exportStyle()
126 OUString sName( rStyle->getName() ); in exportStyle()
/trunk/main/sd/source/ui/table/
H A DTableDesignPane.cxx718 static void FillCellInfoMatrix( const CellInfoVector& rStyle, const TableStyleSettings& rSettings, … in FillCellInfoMatrix() argument
732 xCellInfo = rStyle[sdr::table::first_row_style]; in FillCellInfoMatrix()
736 xCellInfo = rStyle[sdr::table::last_row_style]; in FillCellInfoMatrix()
744 xCellInfo = rStyle[sdr::table::first_column_style]; in FillCellInfoMatrix()
748 xCellInfo = rStyle[sdr::table::last_column_style]; in FillCellInfoMatrix()
758 xCellInfo = rStyle[sdr::table::even_rows_style]; in FillCellInfoMatrix()
762 xCellInfo = rStyle[sdr::table::odd_rows_style]; in FillCellInfoMatrix()
773 xCellInfo = rStyle[sdr::table::even_columns_style]; in FillCellInfoMatrix()
777 xCellInfo = rStyle[sdr::table::odd_columns_style]; in FillCellInfoMatrix()
785 xCellInfo = rStyle[sdr::table::body_style]; in FillCellInfoMatrix()
/trunk/main/sw/source/core/unocore/
H A Dunoevent.cxx270 rStyle(rStyleRef) in SwFrameStyleEventDescriptor()
282 SfxStyleSheetBasePool* pBasePool = rStyle.GetBasePool(); in setMacroItem()
285 SfxStyleSheetBase* pBase = pBasePool->Find(rStyle.GetStyleName()); in setMacroItem()
303 SfxStyleSheetBasePool* pBasePool = rStyle.GetBasePool(); in getMacroItem()
306 SfxStyleSheetBase* pBase = pBasePool->Find(rStyle.GetStyleName()); in getMacroItem()
/trunk/main/sfx2/source/sidebar/
H A DTheme.cxx190 const StyleSettings& rStyle (Application::GetSettings().GetStyleSettings()); in UpdateTheme() local
195 Color aBaseBackgroundColor (rStyle.GetDialogColor()); in UpdateTheme()
239 rStyle.GetFloatTitleHeight())))); in UpdateTheme()
259 rStyle.GetTitleHeight())))); in UpdateTheme()
294 Any(sal_Int32(rStyle.GetActiveBorderColor().GetRGBColor()))); in UpdateTheme()
302 Any(sal_Int32(rStyle.GetActiveBorderColor().GetRGBColor()))); in UpdateTheme()
306 Any(sal_Int32(rStyle.GetHighlightColor().GetRGBColor()))); in UpdateTheme()
309 Any(sal_Int32(rStyle.GetHighlightTextColor().GetRGBColor()))); in UpdateTheme()
316 Any(sal_Int32(rStyle.GetActiveTabColor().GetRGBColor()))); in UpdateTheme()
/trunk/main/slideshow/source/engine/
H A Dshapeattributelayer.cxx581 void ShapeAttributeLayer::setFillStyle( const sal_Int16& rStyle ) in setFillStyle() argument
584 meFillStyle = (drawing::FillStyle)rStyle; in setFillStyle()
606 void ShapeAttributeLayer::setLineStyle( const sal_Int16& rStyle ) in setLineStyle() argument
609 meLineStyle = (drawing::LineStyle)rStyle; in setLineStyle()
772 void ShapeAttributeLayer::setCharPosture( const sal_Int16& rStyle ) in setCharPosture() argument
775 meCharPosture = (awt::FontSlant)rStyle; in setCharPosture()
/trunk/main/slideshow/source/inc/
H A Dshapeattributelayer.hxx328 void setFillStyle( const sal_Int16& rStyle );
340 void setLineStyle( const sal_Int16& rStyle );
397 void setCharWeight( const double& rStyle );
440 void setCharPosture( const sal_Int16& rStyle );
/trunk/main/tools/source/fsys/
H A Dwntmsc.cxx121 ErrCode GetPathStyle_Impl( const String &rDevice, FSysPathStyle &rStyle ) in GetPathStyle_Impl() argument
138 rStyle = FSYS_STYLE_UNKNOWN; in GetPathStyle_Impl()
146 rStyle = bW95 ? FSYS_STYLE_VFAT : FSYS_STYLE_FAT; in GetPathStyle_Impl()
150 rStyle = FSYS_STYLE_NTFS; in GetPathStyle_Impl()
154 rStyle = FSYS_STYLE_HPFS; in GetPathStyle_Impl()
158 rStyle = FSYS_STYLE_NWFS; in GetPathStyle_Impl()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcDocumentDeserializer.java498 RowStyle rStyle = new RowStyle("Default",SxcConstants.ROW_STYLE_FAMILY, in processCells() local
501 Style result[] = (Style[]) styleCat.getMatching(rStyle); in processCells()
505 rStyle.setName("ro" + rowStyles++); in processCells()
506 styleName = rStyle.getName(); in processCells()
508 styleCat.add(rStyle); in processCells()
/trunk/main/xmloff/inc/xmloff/
H A Dstyleexp.hxx87 ::com::sun::star::style::XStyle > & rStyle,
95 ::com::sun::star::style::XStyle > & rStyle );
99 ::com::sun::star::style::XStyle > & rStyle );
/trunk/main/svtools/source/table/
H A Dgridtablerenderer.cxx435 StyleSettings const & rStyle; member
444 ,rStyle( i_style ) in CellRenderContext()
559 …EffectiveColor( m_pImpl->rModel.getActiveSelectionTextColor(), i_context.rStyle, &StyleSettings::G… in impl_paintCellText()
560 …fectiveColor( m_pImpl->rModel.getInactiveSelectionTextColor(), i_context.rStyle, &StyleSettings::G… in impl_paintCellText()
565 …Color = lcl_getEffectiveColor( m_pImpl->rModel.getTextColor(), i_context.rStyle, &StyleSettings::G… in impl_paintCellText()
/trunk/main/sw/source/ui/app/
H A Ddocstyle.cxx1248 const String& rStyle = pCondItem->GetStyle( i ); in SetItemSet() local
1249 if( rStyle.Len() && in SetItemSet()
1250 0 != ( pFindFmt = lcl_FindParaFmt( rDoc, rStyle, 0, sal_True ))) in SetItemSet()
1281 const String& rStyle = pCondItem->GetStyle( i ); in SetItemSet() local
1282 if( rStyle.Len() && in SetItemSet()
1283 0 != ( pFindFmt = lcl_FindParaFmt( rDoc, rStyle, 0, sal_True ))) in SetItemSet()
2375 const String &rStyle, const String &rParent ) in SetParent() argument
2381 if( 0 != ( pFmt = lcl_FindCharFmt( rDoc, rStyle ) ) && rParent.Len() ) in SetParent()
2386 if( 0 != ( pFmt = lcl_FindParaFmt( rDoc, rStyle ) ) && rParent.Len() ) in SetParent()
2391 if( 0 != ( pFmt = lcl_FindFrmFmt( rDoc, rStyle ) ) && rParent.Len() ) in SetParent()
[all …]
/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.cxx4030 SwTxtFmtColl* pColl = MakeColl( rStyle.sName, sal_uInt16(nNo), in MakeStyle()
4031 rStyle.nOutlineNo, bCollExist); in MakeStyle()
4038 sal_uInt16 nStyleNo = rStyle.nBasedOn; in MakeStyle()
4039 if( rStyle.bBasedOnIsSet && nStyleNo != nNo ) in MakeStyle()
4065 rStyle.aAttrSet, *pDerivedSet ); in MakeStyle()
4069 ((SfxItemSet&)pColl->GetAttrSet()).Put( rStyle.aAttrSet ); in MakeStyle()
4072 nStyleNo = rStyle.nNext; in MakeStyle()
4099 sal_uInt16 nStyleNo = rStyle.nBasedOn; in MakeCharStyle()
4100 if( rStyle.bBasedOnIsSet && nStyleNo != nNo ) in MakeCharStyle()
4126 rStyle.aAttrSet, *pDerivedSet ); in MakeCharStyle()
[all …]
/trunk/main/svl/source/items/
H A Dstyle.cxx633 sal_Bool SfxStyleSheetBasePool::SetParent(SfxStyleFamily eFam, const XubString& rStyle, const XubSt… in SetParent() argument
637 aIter.Find(rStyle); in SetParent()
1258 SfxStyleSheet::SfxStyleSheet(const SfxStyleSheet& rStyle) : in SfxStyleSheet() argument
1259 SfxStyleSheetBase(rStyle), in SfxStyleSheet()
1260 SfxListener( rStyle ), in SfxStyleSheet()
1261 SfxBroadcaster( rStyle ) in SfxStyleSheet()
/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx787 …inline sal_Bool HasStyleOptions( const String &rStyle, const String &rId,const String &rClass, con…
788 sal_Bool ParseStyleOptions( const String &rStyle, const String &rId,
900 const String &rStyle,
996 inline sal_Bool SwHTMLParser::HasStyleOptions( const String &rStyle, in HasStyleOptions() argument
1002 return rStyle.Len() || rId.Len() || rClass.Len() || in HasStyleOptions()

Completed in 208 milliseconds

1234