Home
last modified time | relevance | path

Searched refs:bInUse (Results 1 – 21 of 21) sorted by relevance

/trunk/main/cppuhelper/source/
H A Dinterfacecontainer.cxx94 if( rCont.bInUse ) in OInterfaceIteratorHelper()
101 rCont.bInUse = sal_True; in OInterfaceIteratorHelper()
123 rCont.bInUse = sal_False; in ~OInterfaceIteratorHelper()
176 , bInUse( sal_False ) in OInterfaceContainerHelper()
215 OSL_ENSURE( bInUse, "OInterfaceContainerHelper not in use" ); in copyAndResetInUse()
216 if( bInUse ) in copyAndResetInUse()
225 bInUse = sal_False; in copyAndResetInUse()
233 if( bInUse ) in addInterface()
267 if( bInUse ) in removeInterface()
330 bInUse = sal_False; in disposeAndClear()
[all …]
/trunk/main/vcl/unx/kde4/
H A DKDESalFrame.cxx359 m_aGraphics[i].bInUse = false; in ReleaseGraphics()
370 if( m_aGraphics[i].bInUse ) in updateGraphics()
390 if( ! m_aGraphics[i].bInUse ) in GetGraphics()
392 m_aGraphics[i].bInUse = true; in GetGraphics()
H A DKDESalFrame.hxx37 bool bInUse; member
39 GraphicsHolder() : pGraphics(0),bInUse( false ) {} in GraphicsHolder()
/trunk/main/sc/inc/
H A Dfuncuno.hxx47 sal_Bool bInUse; member in ScTempDocCache
54 sal_Bool IsInUse() const { return bInUse; } in IsInUse()
55 void SetInUse( sal_Bool bSet ) { bInUse = bSet; } in SetInUse()
/trunk/main/sc/source/core/data/
H A Ddocumen2.cxx1009 bool bInUse = ( aUsedNames.find(nOldIndex) != aUsedNames.end() ); in TransferTab() local
1010 if (bInUse) in TransferTab()
1174 sal_Bool bInUse = sal_False; in EraseNonUsedSharedNames() local
1175 for (SCTAB j = 0; !bInUse && (j <= MAXTAB); j++) in EraseNonUsedSharedNames()
1178 bInUse = pTab[j]->IsRangeNameInUse(0, 0, MAXCOL-1, MAXROW-1, in EraseNonUsedSharedNames()
1181 if (!bInUse) in EraseNonUsedSharedNames()
H A Ddocumen8.cxx345 sal_Bool bInUse = sal_False; in IsPageStyleInUse() local
349 for ( i = 0; !bInUse && i < nCount && pTab[i]; i++ ) in IsPageStyleInUse()
350 bInUse = ( pTab[i]->GetPageStyle() == rStrPageStyle ); in IsPageStyleInUse()
355 return bInUse; in IsPageStyleInUse()
H A Dtable1.cxx1377 sal_Bool bInUse = sal_False; in IsRangeNameInUse() local
1378 for (SCCOL i = nCol1; !bInUse && (i <= nCol2) && (ValidCol(i)); i++) in IsRangeNameInUse()
1379 bInUse = aCol[i].IsRangeNameInUse(nRow1, nRow2, nIndex); in IsRangeNameInUse()
1380 return bInUse; in IsRangeNameInUse()
H A Dcolumn.cxx1837 sal_Bool bInUse = sal_False; in IsRangeNameInUse() local
1839 for (SCSIZE i = 0; !bInUse && (i < nCount); i++) in IsRangeNameInUse()
1843 bInUse = ((ScFormulaCell*)pItems[i].pCell)->IsRangeNameInUse(nIndex); in IsRangeNameInUse()
1844 return bInUse; in IsRangeNameInUse()
H A Ddocument.cxx1727 bool bInUse = ( aUsedNames.find(nIndex) != aUsedNames.end() ); in CopyRangeNamesToClip() local
1728 if (bInUse) in CopyRangeNamesToClip()
/trunk/main/vcl/inc/unx/kde/
H A Dkdedata.hxx56 bool bInUse; member
59 bInUse( false ) in GraphicsHolder()
/trunk/main/tools/source/fsys/
H A Dcomdep.hxx74 sal_Bool bInUse; member
82 bInUse( sal_False ) in DirReader_Impl()
H A Dtdir.cxx303 if ( pReader && pReader->bInUse ) in Reset()
389 pReader->bInUse = sal_True; in Scan()
/trunk/main/sc/source/ui/unoobj/
H A Dfuncuno.cxx130 bInUse( sal_False ) in ScTempDocCache()
136 DBG_ASSERT( !bInUse, "ScTempDocCache dtor: bInUse" ); in ~ScTempDocCache()
148 DBG_ASSERT( !bInUse, "ScTempDocCache::Clear: bInUse" ); in Clear()
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx52 bool bInUse; member
55 bInUse( false ) in GraphicsHolder()
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx417 m_aGraphics[i].bInUse = false; in ~GtkSalFrame()
999 if( ! m_aGraphics[i].bInUse ) in GetGraphics()
1001 m_aGraphics[i].bInUse = true; in GetGraphics()
1021 m_aGraphics[i].bInUse = false; in ReleaseGraphics()
1753 if( m_aGraphics[i].bInUse ) in moveToScreen()
2403 if( m_aGraphics[i].bInUse ) in createNewWindow()
2439 if( m_aGraphics[i].bInUse ) in createNewWindow()
/trunk/main/tools/source/rc/
H A Dresmgr.cxx759 static int bInUse = sal_False; in GetTypeRes_Impl() local
762 if ( !bInUse ) in GetTypeRes_Impl()
764 bInUse = sal_True; in GetTypeRes_Impl()
779 bInUse = sal_False; in GetTypeRes_Impl()
/trunk/main/vcl/unx/kde/
H A Dsalnativewidgets-kde.cxx2023 if( ! m_aGraphics[i].bInUse ) in GetGraphics()
2025 m_aGraphics[i].bInUse = true; in GetGraphics()
2045 m_aGraphics[i].bInUse = false; in ReleaseGraphics()
2056 if( m_aGraphics[i].bInUse ) in updateGraphics()
/trunk/main/svtools/source/contnr/
H A Dsvtreebx.cxx1694 sal_Bool bInUse = pEntry->HasInUseEmphasis(); in PaintEntry1() local
1769 if ( !bInUse || nItemType != SV_ITEM_ID_LBOXCONTEXTBMP ) in PaintEntry1()
1788 if( bInUse && nItemType == SV_ITEM_ID_LBOXCONTEXTBMP ) in PaintEntry1()
H A Dsvlbox.cxx1659 void SvLBox::SetInUseEmphasis( SvLBoxEntry* pEntry, sal_Bool bInUse ) in SetInUseEmphasis() argument
1663 if( bInUse ) in SetInUseEmphasis()
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dinterfacecontainer.h242 sal_Bool bInUse; member in cppu::OInterfaceContainerHelper
/trunk/main/svtools/inc/svtools/
H A Dsvlbox.hxx501 void SetInUseEmphasis( SvLBoxEntry* pEntry, sal_Bool bInUse=sal_True);

Completed in 172 milliseconds