/aoo4110/main/svtools/source/filter/ |
H A D | filter.cxx | 311 if( !bTest || ( rFormatExtension.CompareToAscii( "MET", 3 ) == COMPARE_EQUAL ) ) in ImpPeekGraphicFormat() 338 if( !bTest || ( rFormatExtension.CompareToAscii( "BMP", 3 ) == COMPARE_EQUAL ) ) in ImpPeekGraphicFormat() 373 if( !bTest || in ImpPeekGraphicFormat() 393 if( !bTest || ( rFormatExtension.CompareToAscii( "PCX", 3 ) == COMPARE_EQUAL ) ) in ImpPeekGraphicFormat() 409 if( !bTest || ( rFormatExtension.CompareToAscii( "TIF", 3 ) == COMPARE_EQUAL ) ) in ImpPeekGraphicFormat() 420 if( !bTest || ( rFormatExtension.CompareToAscii( "GIF", 3 ) == COMPARE_EQUAL ) ) in ImpPeekGraphicFormat() 597 if( !bTest || in ImpPeekGraphicFormat() 637 if( !bTest ) in ImpPeekGraphicFormat() 653 if( !bTest ) in ImpPeekGraphicFormat() 680 if( !bTest ) in ImpPeekGraphicFormat() [all …]
|
/aoo4110/main/sc/source/ui/docshell/ |
H A D | docsh8.cxx | 998 bool bTest = true; in DBaseExport() local 999 while (bTest && ((pCell = aIter.GetNext( nDocCol, nDocRow)) != NULL)) in DBaseExport() 1028 bTest = false; in DBaseExport() 1030 if (bTest) in DBaseExport() 1041 bTest = false; in DBaseExport() 1046 if (!bTest) in DBaseExport() 1057 bTest = false; in DBaseExport() 1065 bTest = true; in DBaseExport()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | splitwin.hxx | 119 SAL_DLLPRIVATE void ImplGetButtonRect( Rectangle& rRect, long nEx, sal_Bool bTest ) const; 120 SAL_DLLPRIVATE void ImplGetAutoHideRect( Rectangle& rRect, sal_Bool bTest = sal_False ) const; 121 SAL_DLLPRIVATE void ImplGetFadeInRect( Rectangle& rRect, sal_Bool bTest = sal_False ) const; 122 SAL_DLLPRIVATE void ImplGetFadeOutRect( Rectangle& rRect, sal_Bool bTest = sal_False ) const;
|
/aoo4110/main/tools/source/debug/ |
H A D | debug.cxx | 140 sal_Bool bTest; member 1010 if ( pXtorData->bTest ) in DebugDeInit() 1143 if ( pXtorData->bTest ) in DebugXTorInfo() 1465 pXtorData->bTest = sal_True; in DbgXtor() 1469 pXtorData->bTest = sal_False; in DbgXtor() 1471 pXtorData->bTest = sal_False; in DbgXtor() 1473 if ( !pXtorData->bTest ) in DbgXtor()
|
/aoo4110/main/sw/inc/ |
H A D | htmltbl.hxx | 156 inline void SetWidthOption( sal_uInt16 nWidth, sal_Bool bRelWidth, sal_Bool bTest ); 447 sal_uInt16 nWidth, sal_Bool bRelWidth, sal_Bool bTest ) in SetWidthOption() argument 449 if( bTest && bRelWidthOption==bRelWidth ) in SetWidthOption()
|
/aoo4110/main/sc/source/core/data/ |
H A D | table2.cxx | 122 sal_Bool bTest = sal_True; in TestInsertRow() local 125 bTest = pOutlineTable->TestInsertRow(nSize); in TestInsertRow() 127 for (SCCOL i=nStartCol; (i<=nEndCol) && bTest; i++) in TestInsertRow() 128 bTest = aCol[i].TestInsertRow( nSize ); in TestInsertRow() 130 return bTest; in TestInsertRow() 234 sal_Bool bTest = sal_True; in TestInsertCol() local 237 bTest = pOutlineTable->TestInsertCol(nSize); in TestInsertCol() 240 bTest = sal_False; in TestInsertCol() 242 for (SCCOL i=MAXCOL; (i+static_cast<SCCOL>(nSize)>MAXCOL) && bTest; i--) in TestInsertCol() 243 bTest = aCol[i].TestInsertCol(nStartRow, nEndRow); in TestInsertCol() [all …]
|
H A D | document.cxx | 820 sal_Bool bTest = sal_True; in CanInsertRow() local 821 for (SCTAB i=nStartTab; i<=nEndTab && bTest; i++) in CanInsertRow() 825 return bTest; in CanInsertRow() 844 sal_Bool bTest = sal_True; in InsertRow() local 848 for ( i = nStartTab; i <= nEndTab && bTest; i++) in InsertRow() 851 if (bTest) in InsertRow() 1023 sal_Bool bTest = sal_True; in CanInsertCol() local 1028 return bTest; in CanInsertCol() 1047 sal_Bool bTest = sal_True; in InsertCol() local 1051 for ( i = nStartTab; i <= nEndTab && bTest; i++) in InsertCol() [all …]
|
H A D | column.cxx | 1070 sal_Bool bTest = sal_True; in TestInsertCol() local 1072 for (SCSIZE i=0; (i<nCount) && bTest; i++) in TestInsertCol() 1073 bTest = (pItems[i].nRow < nStartRow) || (pItems[i].nRow > nEndRow) in TestInsertCol() 1078 if ((bTest) && (pAttrArray)) in TestInsertCol() 1079 bTest = pAttrArray->TestInsertCol(nStartRow, nEndRow); in TestInsertCol() 1083 return bTest; in TestInsertCol()
|
H A D | attarray.cxx | 2082 sal_Bool bTest = sal_True; in TestInsertCol() local 2094 bTest = sal_False; // darf nicht herausgeschoben werden in TestInsertCol() 2101 return bTest; in TestInsertCol()
|
/aoo4110/main/vcl/source/window/ |
H A D | splitwin.cxx | 1762 void SplitWindow::ImplGetButtonRect( Rectangle& rRect, long nEx, sal_Bool bTest ) const in ImplGetButtonRect() 1789 if ( bTest ) in ImplGetButtonRect() 1801 if ( bTest ) in ImplGetButtonRect() 1813 if ( bTest ) in ImplGetButtonRect() 1825 if ( bTest ) in ImplGetButtonRect() 1835 void SplitWindow::ImplGetAutoHideRect( Rectangle& rRect, sal_Bool bTest ) const in ImplGetAutoHideRect() 1844 ImplGetButtonRect( aRect, nEx, bTest && mbFadeIn ); in ImplGetAutoHideRect() 1852 void SplitWindow::ImplGetFadeInRect( Rectangle& rRect, sal_Bool bTest ) const in ImplGetFadeInRect() 1857 ImplGetButtonRect( aRect, 0, bTest ); in ImplGetFadeInRect()
|
/aoo4110/main/sw/source/core/text/ |
H A D | widorp.hxx | 81 sal_Bool WouldFit( SwTxtMargin &rLine, SwTwips &rMaxHeight, sal_Bool bTest );
|
H A D | frmform.cxx | 658 static sal_Bool bTest = sal_False; in _AdjustFollow() local 659 if( !bTest || ( nMode & 1 ) ) in _AdjustFollow()
|
/aoo4110/main/starmath/source/ |
H A D | mathtype.hxx | 121 sal_uLong *pPos=NULL,sal_Bool bTest=sal_True);
|
H A D | mathtype.cxx | 2332 sal_uLong *pPos,sal_Bool bTest) in HandleCScript() argument 2336 if (bTest && pNode->GetSubNode(CSUP+1)) in HandleCScript() 2374 if (bTest && NULL != (pTemp = pNode->GetSubNode(CSUP+1))) in HandleCScript()
|
/aoo4110/main/sd/source/core/ |
H A D | drawdoc3.cxx | 1744 sal_Bool bTest = in SetMasterPage() local 1747 DBG_ASSERT(bTest, "StyleSheet-Umbenennung fehlgeschlagen"); in SetMasterPage()
|
/aoo4110/main/editeng/source/editeng/ |
H A D | impedit4.cxx | 2135 bool bTest = rSel.Min().GetIndex() <= rSel.Max().GetIndex(); in AddPortionIterated() 2136 EditPaM aStart(bTest ? rSel.Min() : rSel.Max()); in AddPortionIterated() 2137 EditPaM aEnd(bTest ? rSel.Max() : rSel.Min()); in AddPortionIterated()
|