/aoo4110/main/xmloff/source/style/ |
H A D | bordrhdl.cxx | 171 sal_uInt16 nWidth, sal_Bool bDouble ) in lcl_frmitems_setXMLBorderWidth() argument 176 if( !bDouble ) in lcl_frmitems_setXMLBorderWidth() 198 if( bDouble ) in lcl_frmitems_setXMLBorderWidth() 377 sal_Bool bDouble = SVX_XML_BORDER_STYLE_DOUBLE == nStyle; in importXML() local 389 const sal_uInt16 *aWidths = bDouble ? aDBorderWidths in importXML() 398 lcl_frmitems_setXMLBorderWidth( aBorderLine, nWidth, bDouble ); in importXML() 403 lcl_frmitems_setXMLBorderWidth( aBorderLine, 0, bDouble ); in importXML()
|
/aoo4110/main/sw/source/filter/xml/ |
H A D | xmlithlp.cxx | 188 sal_uInt16 nWidth, sal_Bool bDouble ) in lcl_frmitems_setXMLBorderWidth() argument 192 if( !bDouble ) in lcl_frmitems_setXMLBorderWidth() 253 sal_Bool bDouble = (bHasWidth && SVX_XML_BORDER_STYLE_DOUBLE == nStyle ) || in lcl_frmitems_setXMLBorder() local 259 const sal_uInt16 *aWidths = bDouble ? aDBorderWidths :aSBorderWidths; in lcl_frmitems_setXMLBorder() 273 lcl_frmitems_setXMLBorderWidth( *rpLine, nWidth, bDouble ); in lcl_frmitems_setXMLBorder()
|
H A D | xmlithlp.hxx | 65 sal_uInt16 nWidth, sal_Bool bDouble );
|
/aoo4110/main/sw/source/core/text/ |
H A D | pormulti.hxx | 92 sal_Bool bDouble :1; // Double line member in SwMultiPortion 102 bTab2( sal_False ), bDouble( sal_False ), bRuby( sal_False ), in SwMultiPortion() 106 inline void SetDouble() { bDouble = sal_True; } in SetDouble() 129 inline sal_Bool IsDouble() const { return bDouble; } in IsDouble()
|
/aoo4110/main/xmloff/source/transform/ |
H A D | StyleOOoTContext.cxx | 564 sal_Bool bBold = sal_False, bDouble = sal_False; in StartElement() local 572 bDouble = sal_True; in StartElement() 604 bDouble = sal_True; in StartElement() 608 bDouble = sal_False; in StartElement() 620 if( bDouble ) in StartElement() 637 sal_Bool bBold = sal_False, bDouble = sal_False; in StartElement() local 646 bDouble = sal_True; in StartElement() 669 if( bDouble ) in StartElement()
|
H A D | StyleOASISTContext.cxx | 109 sal_Bool bBold, sal_Bool bDouble ); 111 sal_Bool bBold, sal_Bool bDouble, 680 XMLTokenEnum eUnderline, sal_Bool bBold, sal_Bool bDouble ) in MergeUnderline() argument 682 if( bDouble ) in MergeUnderline() 745 XMLTokenEnum eLineThrough, sal_Bool bBold, sal_Bool bDouble, in MergeLineThrough() argument 750 else if( bDouble ) in MergeLineThrough()
|
/aoo4110/main/sc/source/core/data/ |
H A D | sortparam.cxx | 188 sal_Bool bDouble = sal_False; in ScSortParam() local 191 bDouble = sal_True; in ScSortParam() 192 if (!bDouble) // ein Feld nicht zweimal eintragen in ScSortParam()
|
H A D | cell2.cxx | 1223 sal_Bool bDouble = (t->GetType() == formula::svDoubleRef); in TransposeReference() local 1224 ScSingleRefData& rRef2 = (bDouble ? t->GetDoubleRef().Ref2 : rRef1); in TransposeReference() 1225 if ( !bDouble || (rRef2.IsColRel() && rRef2.IsRowRel()) ) in TransposeReference() 1233 if ( bDouble ) in TransposeReference()
|
/aoo4110/main/scaddins/source/datefunc/ |
H A D | datefunc.hxx | 237 sal_Bool bDouble; // name already exist in Calc member 251 sal_Bool bDouble; // name already exist in Calc member in ScaFuncData 261 inline sal_Bool IsDouble() const { return bDouble; } in IsDouble()
|
H A D | datefunc.cxx | 151 bDouble( rBaseData.bDouble ), in ScaFuncData()
|
/aoo4110/main/sw/source/filter/html/ |
H A D | parcss1.cxx | 1377 sal_Bool bDouble = aValue.Len()-nOffset == 3; in GetColor() local 1378 xub_StrLen i = nOffset, nEnd = (bDouble ? 3 : 6) + nOffset; in GetColor() 1397 if( bDouble ) in GetColor()
|
H A D | svxcss1.cxx | 367 sal_Bool bDouble = eStyle == CSS1_BS_DOUBLE; in SetBorderLine() local 372 const sal_uInt16 *aWidths = bDouble ? aDBorderWidths : aSBorderWidths; in SetBorderLine() 380 SvxCSS1Parser::SetBorderWidth( aBorderLine, nAbsWidth, bDouble ); in SetBorderLine() 921 sal_Bool bDouble, sal_Bool bTable ) in SetBorderWidth() argument 925 if( !bDouble ) in SetBorderWidth()
|
H A D | svxcss1.hxx | 314 sal_Bool bDouble, sal_Bool bTable=sal_False );
|
H A D | css1atr.cxx | 3568 sal_Bool bDouble = sal_False; in OutCSS1_SvxBorderLine() local 3574 bDouble = sal_True; in OutCSS1_SvxBorderLine() 3599 += (bDouble ? sCSS1_PV_double : sCSS1_PV_solid)) += ' '; in OutCSS1_SvxBorderLine()
|
/aoo4110/main/scaddins/source/analysis/ |
H A D | analysishelper.hxx | 217 sal_Bool bDouble; // name already exist in Calc member 233 sal_Bool bDouble; // flag for names, wich already exist in Calc member in FuncData 749 return bDouble; in IsDouble()
|
H A D | analysishelper.cxx | 1512 bDouble( r.bDouble ), in FuncData()
|
/aoo4110/main/sw/source/ui/envelp/ |
H A D | label1.cxx | 170 sal_Bool bDouble = sal_False; in SwLabDlg() local 177 bDouble = sal_True; in SwLabDlg() 182 if (!bDouble) in SwLabDlg()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | gridwin.cxx | 1553 sal_Bool bDouble = (rMEvt.GetClicks() == 2); in HandleMouseButtonDown() local 1560 if ( !nButtonDown || !bDouble ) // single (first) click is always valid in HandleMouseButtonDown() 1569 if ( nMouseStatus == SC_GM_IGNORE && bDouble ) in HandleMouseButtonDown() 1596 if (!bDouble) in HandleMouseButtonDown() 1668 if ( bDouble ) in HandleMouseButtonDown() 1714 if ( !bDouble && !bFormulaMode && rMEvt.IsLeft() ) in HandleMouseButtonDown() 1776 if ( bDouble && !bCrossPointer ) in HandleMouseButtonDown() 2095 sal_Bool bDouble = ( rMEvt.GetClicks() == 2 && rMEvt.IsLeft() ); in MouseButtonUp() local 2096 if ( bDouble && !bRefMode && nMouseStatus == SC_GM_DBLDOWN && !pScMod->IsRefDialogOpen() ) in MouseButtonUp() 2183 if ( !bAlt && !bRefMode && !bDouble && nMouseStatus == SC_GM_URLDOWN ) in MouseButtonUp()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8atr.cxx | 4134 bool bDouble = 0 != rLine.GetInWidth() && 0 != rLine.GetOutWidth(); in TranslateBorderLine() local 4135 bool bThick = !bDouble && !bWrtWW8 && nWidth > 75; in TranslateBorderLine() 4136 if( bDouble ) in TranslateBorderLine()
|