/aoo4110/main/svx/source/dialog/ |
H A D | framelinkarray.cxx | 261 if( bSimple || !GetCell( nCol, nRow ).IsMerged() ) in GetHorDiagAngle() 281 double fAngle = GetHorDiagAngle( nCol, nRow, bSimple ); in GetVerDiagAngle() 487 if( bSimple ) in GetCellStyleLeft() 508 if( bSimple ) in GetCellStyleRight() 529 if( bSimple ) in GetCellStyleTop() 550 if( bSimple ) in GetCellStyleBottom() 570 return bSimple ? CELL( nCol, nRow ).maTLBR : in GetCellStyleTLBR() 576 return bSimple ? CELL( nCol, nRow ).maBLTR : in GetCellStyleBLTR() 894 Rectangle aRect( GetCellPosition( nCol, nRow, bSimple ), GetCellSize( nCol, nRow, bSimple ) ); in GetCellRect() 898 if( !bSimple && rCell.IsMerged() ) in GetCellRect() [all …]
|
/aoo4110/main/svx/inc/svx/ |
H A D | framelinkarray.hxx | 121 double GetHorDiagAngle( size_t nCol, size_t nRow, bool bSimple = false ) const; 122 double GetVerDiagAngle( size_t nCol, size_t nRow, bool bSimple = false ) const; 232 const Style& GetCellStyleLeft( size_t nCol, size_t nRow, bool bSimple = false ) const; 250 const Style& GetCellStyleTop( size_t nCol, size_t nRow, bool bSimple = false ) const; 267 const Style& GetCellStyleTLBR( size_t nCol, size_t nRow, bool bSimple = false ) const; 275 const Style& GetCellStyleBLTR( size_t nCol, size_t nRow, bool bSimple = false ) const; 443 Point GetCellPosition( size_t nCol, size_t nRow, bool bSimple = false ) const; 449 Size GetCellSize( size_t nCol, size_t nRow, bool bSimple = false ) const; 455 Rectangle GetCellRect( size_t nCol, size_t nRow, bool bSimple = false ) const; 463 double GetHorDiagAngle( size_t nCol, size_t nRow, bool bSimple = false ) const; [all …]
|
/aoo4110/main/sc/source/filter/rtf/ |
H A D | eeimpars.cxx | 189 sal_Bool bSimple = ( pE->aSel.nStartPara == pE->aSel.nEndPara ); in WriteToDocument() local 190 for (sal_uInt16 nId = EE_CHAR_START; nId <= EE_CHAR_END && bSimple; nId++) in WriteToDocument() 195 bSimple = sal_False; in WriteToDocument() 202 bSimple = sal_False; in WriteToDocument() 206 if ( bSimple ) in WriteToDocument() 210 bSimple = sal_False; in WriteToDocument() 326 if (bSimple) in WriteToDocument()
|
/aoo4110/main/editeng/inc/editeng/ |
H A D | txtrange.hxx | 67 sal_Bool bSimple : 1; // Nur Aussenkante member in TextRanger 81 sal_Bool bSimple, sal_Bool bInner, sal_Bool bVert = sal_False ); 89 sal_Bool IsSimple() const { return bSimple; } in IsSimple()
|
H A D | outliner.hxx | 591 void SetSimpleClick( sal_Bool bSimple ) { bSimpleClick = bSimple; } in SetSimpleClick() argument
|
/aoo4110/main/sc/source/ui/drawfunc/ |
H A D | fuconpol.cxx | 123 sal_Bool bSimple = sal_False; in MouseButtonUp() local 133 bSimple = sal_True; // Doppelklick nicht weiterreichen in MouseButtonUp() 137 if (bSimple) in MouseButtonUp()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | viewfunc.cxx | 743 sal_Bool bSimple = sal_False; in EnterData() local 756 bSimple = !aAttrTester.NeedsObject(); in EnterData() 766 bSimple = sal_True; in EnterData() 791 if (bRecord && !bSimple) in EnterData() 819 if (bSimple) in EnterData() 1907 sal_Bool bSimple = sal_False; in DeleteContents() local 1931 bSimple = sal_True; in DeleteContents() 1941 if (!bSimple) in DeleteContents() 1947 if (!bSimple) in DeleteContents() 2017 if (bSimple) in DeleteContents() [all …]
|
/aoo4110/main/vcl/inc/ |
H A D | ilstbox.hxx | 341 void SetMultiSelectionSimpleMode( bool bSimple ) { mbSimpleMode = bSimple; } in SetMultiSelectionSimpleMode() argument 485 …void SetMultiSelectionSimpleMode( sal_Bool bSimple ) { maLBWindow.SetMultiSelectionSimpleMode( b… in SetMultiSelectionSimpleMode() argument
|
/aoo4110/main/editeng/source/editeng/ |
H A D | editdoc2.cxx | 191 bSimple = sal_False; in ParaPortion() 233 bSimple = sal_False; in MarkInvalid() 255 bSimple = sal_False; in MarkSelectionInvalid()
|
H A D | editdoc.hxx | 566 sal_Bool bSimple : 1; // nur lineares Tippen member in ParaPortion 581 sal_Bool IsSimpleInvalid() const { return bSimple; } in IsSimpleInvalid() 582 void SetValid() { bInvalid = sal_False; bSimple = sal_True;} in SetValid()
|
H A D | editeng.cxx | 621 sal_Bool bSimple(sal_False); in SetPolygon() local 628 bSimple = sal_True; in SetPolygon() 632 …TextRanger* pRanger = new TextRanger( rPolyPolygon, pLinePolyPolygon, 30, 2, 2, bSimple, sal_True … in SetPolygon()
|
/aoo4110/main/svtools/source/contnr/ |
H A D | imivctl2.cxx | 127 sal_uInt16, sal_Bool bDown, sal_Bool bSimple ) in SearchCol() argument 137 if( bSimple ) in SearchCol() 202 sal_uInt16, sal_Bool bRight, sal_Bool bSimple ) in SearchRow() argument 212 if( bSimple ) in SearchRow()
|
H A D | imivctl.hxx | 559 sal_Bool bDown, sal_Bool bSimple ); 562 sal_Bool bRight, sal_Bool bSimple );
|
H A D | svimpicn.cxx | 662 sal_Bool bDown, sal_Bool bSimple ); 664 sal_Bool bRight, sal_Bool bSimple ); 3244 sal_uInt16, sal_Bool bDown, sal_Bool bSimple ) in SearchCol() argument 3254 if( bSimple ) in SearchCol() 3320 sal_uInt16, sal_Bool bRight, sal_Bool bSimple ) in SearchRow() argument 3330 if( bSimple ) in SearchRow()
|
/aoo4110/main/chart2/source/tools/ |
H A D | ChartTypeHelper.cxx | 458 sal_Int32 ChartTypeHelper::getDefaultDirectLightColor( bool bSimple, const uno::Reference< chart2::… in getDefaultDirectLightColor() argument 466 if( bSimple ) in getDefaultDirectLightColor() 478 sal_Int32 ChartTypeHelper::getDefaultAmbientLightColor( bool bSimple, const uno::Reference< chart2:… in getDefaultAmbientLightColor() argument 486 if( bSimple ) in getDefaultAmbientLightColor()
|
/aoo4110/main/chart2/source/inc/ |
H A D | ChartTypeHelper.hxx | 75 …SAL_DLLPRIVATE static sal_Int32 getDefaultDirectLightColor( bool bSimple, const ::com::sun::star::… 76 …SAL_DLLPRIVATE static sal_Int32 getDefaultAmbientLightColor( bool bSimple, const ::com::sun::star:…
|
/aoo4110/main/sc/source/ui/pagedlg/ |
H A D | areasdlg.cxx | 442 sal_Bool bSimple = sal_True; in Impl_FillLists() local 445 bSimple = (pViewData->GetSimpleArea( aRange ) == SC_MARK_SIMPLE); in Impl_FillLists() 449 if ( bSimple ) in Impl_FillLists()
|
/aoo4110/main/sc/source/core/data/ |
H A D | column3.cxx | 380 bool bSimple = ((nDelFlag & IDF_CONTENTS) == IDF_CONTENTS); in DeleteRange() local 381 if (bSimple) in DeleteRange() 382 for ( SCSIZE nIdx = nStartIndex; bSimple && (nIdx <= nEndIndex); ++nIdx ) in DeleteRange() 384 bSimple = false; in DeleteRange() 394 if (bSimple) in DeleteRange()
|
/aoo4110/main/sc/source/filter/excel/ |
H A D | excrecds.cxx | 660 double fVal, String* pText, sal_Bool bSimple ) in AddCondition() argument 669 if( bSimple ) in AddCondition()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | excrecds.hxx | 426 sal_Bool bSimple = sal_False );
|
/aoo4110/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 638 const sal_Bool bSimple = ( 1 == nW || 1 == nH ); in ImplCreateOutput() local 642 if( bSimple ) in ImplCreateOutput() 671 if( bSimple ) in ImplCreateOutput()
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docfunc.cxx | 562 sal_Bool bSimple = sal_False; in DeleteContents() local 568 sal_Bool bMulti = !bSimple && aMultiMark.IsMultiMarked(); in DeleteContents() 569 if (!bSimple) in DeleteContents() 575 if (!bSimple) in DeleteContents() 636 if (bSimple) in DeleteContents()
|
/aoo4110/main/editeng/source/misc/ |
H A D | txtrange.cxx | 55 bSimple( bSimpl ), in TextRanger()
|
/aoo4110/main/basic/source/runtime/ |
H A D | methods1.cxx | 1951 IntervalInfo( Interval eInterval, const char* pStringCode, double dValue, bool bSimple ) in IntervalInfo() 1955 , mbSimple( bSimple ) in IntervalInfo()
|
/aoo4110/main/sw/source/filter/ww8/ |
H A D | ww8par3.cxx | 1120 SwNumRule* WW8ListManager::CreateNextRule(bool bSimple) in CreateNextRule() argument 1133 pMyNumRule->SetContinusNum(bSimple); in CreateNextRule()
|