/aoo41x/main/cppuhelper/source/ |
H A D | interfacecontainer.cxx | 94 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 …]
|
/aoo41x/main/sc/inc/ |
H A D | funcuno.hxx | 47 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()
|
/aoo41x/main/vcl/unx/kde4/ |
H A D | KDESalFrame.cxx | 359 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 D | KDESalFrame.hxx | 37 bool bInUse; member 39 GraphicsHolder() : pGraphics(0),bInUse( false ) {} in GraphicsHolder()
|
/aoo41x/main/vcl/inc/unx/kde/ |
H A D | kdedata.hxx | 56 bool bInUse; member 59 bInUse( false ) in GraphicsHolder()
|
/aoo41x/main/sc/source/core/data/ |
H A D | documen2.cxx | 1009 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 D | documen8.cxx | 345 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 D | table1.cxx | 1377 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 D | column.cxx | 1837 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 D | document.cxx | 1727 bool bInUse = ( aUsedNames.find(nIndex) != aUsedNames.end() ); in CopyRangeNamesToClip() local 1728 if (bInUse) in CopyRangeNamesToClip()
|
/aoo41x/main/tools/source/fsys/ |
H A D | comdep.hxx | 74 sal_Bool bInUse; member 82 bInUse( sal_False ) in DirReader_Impl()
|
H A D | tdir.cxx | 303 if ( pReader && pReader->bInUse ) in Reset() 389 pReader->bInUse = sal_True; in Scan()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | funcuno.cxx | 130 bInUse( sal_False ) in ScTempDocCache() 136 DBG_ASSERT( !bInUse, "ScTempDocCache dtor: bInUse" ); in ~ScTempDocCache() 148 DBG_ASSERT( !bInUse, "ScTempDocCache::Clear: bInUse" ); in Clear()
|
/aoo41x/main/vcl/inc/unx/gtk/ |
H A D | gtkframe.hxx | 52 bool bInUse; member 55 bInUse( false ) in GraphicsHolder()
|
/aoo41x/main/tools/source/rc/ |
H A D | resmgr.cxx | 759 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()
|
/aoo41x/main/vcl/unx/gtk/window/ |
H A D | gtkframe.cxx | 417 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()
|
/aoo41x/main/vcl/unx/kde/ |
H A D | salnativewidgets-kde.cxx | 2023 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()
|
/aoo41x/main/cppuhelper/inc/cppuhelper/ |
H A D | interfacecontainer.h | 240 sal_Bool bInUse; member in cppu::OInterfaceContainerHelper
|
/aoo41x/main/svtools/source/contnr/ |
H A D | svtreebx.cxx | 1694 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 D | svlbox.cxx | 1659 void SvLBox::SetInUseEmphasis( SvLBoxEntry* pEntry, sal_Bool bInUse ) in SetInUseEmphasis() argument 1663 if( bInUse ) in SetInUseEmphasis()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | svlbox.hxx | 501 void SetInUseEmphasis( SvLBoxEntry* pEntry, sal_Bool bInUse=sal_True);
|