Searched refs:bColorOnly (Results 1 – 10 of 10) sorted by relevance
/aoo4110/main/sc/source/ui/view/ |
H A D | viewfun2.cxx | 2992 UpdateLineAttrs( aLine, pBoxLine, pLine, bColorOnly ); \ 3003 sal_Bool bColorOnly ) in SetSelectionFrameLines() argument 3072 UpdateLineAttrs( aLine, aTLBRItem.GetLine(), pLine, bColorOnly ); in SetSelectionFrameLines() 3081 UpdateLineAttrs( aLine, aBLTRItem.GetLine(), pLine, bColorOnly ); in SetSelectionFrameLines() 3095 pDoc->ApplySelectionLineStyle( aFuncMark, pLine, bColorOnly ); in SetSelectionFrameLines()
|
/aoo4110/main/sc/inc/ |
H A D | attarray.hxx | 127 const SvxBorderLine* pLine, sal_Bool bColorOnly );
|
H A D | column.hxx | 328 const SvxBorderLine* pLine, sal_Bool bColorOnly );
|
H A D | table.hxx | 572 const SvxBorderLine* pLine, sal_Bool bColorOnly );
|
H A D | document.hxx | 1273 const SvxBorderLine* pLine, sal_Bool bColorOnly );
|
/aoo4110/main/sc/source/core/data/ |
H A D | column.cxx | 518 const SvxBorderLine* pLine, sal_Bool bColorOnly ) in ApplySelectionLineStyle() argument 520 if ( bColorOnly && !pLine ) in ApplySelectionLineStyle() 530 pAttrArray->ApplyLineStyleArea(nTop, nBottom, pLine, bColorOnly ); in ApplySelectionLineStyle()
|
H A D | attarray.cxx | 599 const SvxBorderLine* pLine, sal_Bool bColorOnly ) in ApplyLineStyleArea() argument 601 if ( bColorOnly && !pLine ) in ApplyLineStyleArea() 654 if ( bColorOnly ) in ApplyLineStyleArea()
|
H A D | table2.cxx | 1983 const SvxBorderLine* pLine, sal_Bool bColorOnly ) in ApplySelectionLineStyle() argument 1985 if ( bColorOnly && !pLine ) in ApplySelectionLineStyle() 1989 aCol[i].ApplySelectionLineStyle( rMark, pLine, bColorOnly ); in ApplySelectionLineStyle()
|
H A D | document.cxx | 4058 const SvxBorderLine* pLine, sal_Bool bColorOnly ) in ApplySelectionLineStyle() argument 4060 if ( bColorOnly && !pLine ) in ApplySelectionLineStyle() 4066 pTab[i]->ApplySelectionLineStyle( rMark, pLine, bColorOnly ); in ApplySelectionLineStyle()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | viewfunc.hxx | 300 sal_Bool bColorOnly );
|
Completed in 137 milliseconds