Home
last modified time | relevance | path

Searched refs:bSimple (Results 1 – 25 of 26) sorted by last modified time

12

/trunk/main/editeng/source/editeng/
H A Deditdoc2.cxx191 bSimple = sal_False; in ParaPortion()
233 bSimple = sal_False; in MarkInvalid()
255 bSimple = sal_False; in MarkSelectionInvalid()
H A Dediteng.cxx621 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()
H A Deditdoc.hxx566 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()
/trunk/main/sw/source/filter/ww8/
H A Dww8par.hxx202 SwNumRule* CreateNextRule(bool bSimple);
H A Dww8par3.cxx1141 SwNumRule* WW8ListManager::CreateNextRule(bool bSimple) in CreateNextRule() argument
1154 pMyNumRule->SetContinusNum(bSimple); in CreateNextRule()
/trunk/main/sc/source/ui/view/
H A Dviewfunc.cxx743 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 …]
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx562 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()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx591 void SetSimpleClick( sal_Bool bSimple ) { bSimpleClick = bSimple; } in SetSimpleClick() argument
H A Dtxtrange.hxx67 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()
/trunk/main/vcl/inc/
H A Dilstbox.hxx341 void SetMultiSelectionSimpleMode( bool bSimple ) { mbSimpleMode = bSimple; } in SetMultiSelectionSimpleMode() argument
485 …void SetMultiSelectionSimpleMode( sal_Bool bSimple ) { maLBWindow.SetMultiSelectionSimpleMode( b… in SetMultiSelectionSimpleMode() argument
/trunk/main/svx/source/dialog/
H A Dframelinkarray.cxx261 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 …]
/trunk/main/svx/inc/svx/
H A Dframelinkarray.hxx121 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 …]
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx638 const sal_Bool bSimple = ( 1 == nW || 1 == nH ); in ImplCreateOutput() local
642 if( bSimple ) in ImplCreateOutput()
671 if( bSimple ) in ImplCreateOutput()
/trunk/main/svtools/source/contnr/
H A Dimivctl2.cxx127 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 Dsvimpicn.cxx662 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()
H A Dimivctl.hxx559 sal_Bool bDown, sal_Bool bSimple );
562 sal_Bool bRight, sal_Bool bSimple );
/trunk/main/sc/source/ui/pagedlg/
H A Dareasdlg.cxx442 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()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuconpol.cxx123 sal_Bool bSimple = sal_False; in MouseButtonUp() local
133 bSimple = sal_True; // Doppelklick nicht weiterreichen in MouseButtonUp()
137 if (bSimple) in MouseButtonUp()
/trunk/main/sc/source/filter/rtf/
H A Deeimpars.cxx189 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()
/trunk/main/sc/source/filter/inc/
H A Dexcrecds.hxx426 sal_Bool bSimple = sal_False );
/trunk/main/sc/source/filter/excel/
H A Dexcrecds.cxx660 double fVal, String* pText, sal_Bool bSimple ) in AddCondition() argument
669 if( bSimple ) in AddCondition()
/trunk/main/sc/source/core/data/
H A Dcolumn3.cxx380 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()
/trunk/main/editeng/source/misc/
H A Dtxtrange.cxx55 bSimple( bSimpl ), in TextRanger()
/trunk/main/chart2/source/tools/
H A DChartTypeHelper.cxx458 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()
/trunk/main/chart2/source/inc/
H A DChartTypeHelper.hxx75 …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:…

Completed in 216 milliseconds

12