Home
last modified time | relevance | path

Searched refs:bTest (Results 1 – 16 of 16) sorted by relevance

/trunk/main/svtools/source/filter/
H A Dfilter.cxx311 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 …]
/trunk/main/sc/source/ui/docshell/
H A Ddocsh8.cxx998 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()
/trunk/main/vcl/inc/vcl/
H A Dsplitwin.hxx119 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;
/trunk/main/tools/source/debug/
H A Ddebug.cxx140 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()
/trunk/main/sw/inc/
H A Dhtmltbl.hxx156 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()
/trunk/main/sc/source/core/data/
H A Dtable2.cxx122 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 Ddocument.cxx820 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 Dcolumn.cxx1070 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 Dattarray.cxx2082 sal_Bool bTest = sal_True; in TestInsertCol() local
2094 bTest = sal_False; // darf nicht herausgeschoben werden in TestInsertCol()
2101 return bTest; in TestInsertCol()
/trunk/main/vcl/source/window/
H A Dsplitwin.cxx1762 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()
/trunk/main/sw/source/core/text/
H A Dwidorp.hxx81 sal_Bool WouldFit( SwTxtMargin &rLine, SwTwips &rMaxHeight, sal_Bool bTest );
H A Dfrmform.cxx658 static sal_Bool bTest = sal_False; in _AdjustFollow() local
659 if( !bTest || ( nMode & 1 ) ) in _AdjustFollow()
/trunk/main/starmath/source/
H A Dmathtype.hxx121 sal_uLong *pPos=NULL,sal_Bool bTest=sal_True);
H A Dmathtype.cxx2332 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()
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx1744 sal_Bool bTest = in SetMasterPage() local
1747 DBG_ASSERT(bTest, "StyleSheet-Umbenennung fehlgeschlagen"); in SetMasterPage()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx2135 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()

Completed in 153 milliseconds