/aoo4110/main/extensions/stardiv/fontest/ |
H A D | fontest.idl | 49 @param bForce: If TRUE check the fonts even if surpressed. 53 is TRUE and bForce is FALSE. Otherwise return FALSE. 56 boolean check([in] boolean bForce); 60 @param bForce: same as in check 65 boolean checkWithDialog([in] boolean bForce); 82 bForce. if surpressed is TRUE check and checkWithDialog only 83 perform any action if their parameter bForce is TRUE. otherwise
|
/aoo4110/main/extensions/stardiv/oinstchk/ |
H A D | oinstchk.idl | 47 @param bForce: If TRUE check the fonts even if surpressed. 51 is TRUE and bForce is FALSE. Otherwise return FALSE. 54 boolean check([in] boolean bForce); 58 @param bForce: same as in check 63 boolean checkWithDialog([in] boolean bForce); 80 bForce. if surpressed is TRUE check and checkWithDialog only 81 perform any action if their parameter bForce is TRUE. otherwise
|
/aoo4110/main/offapi/com/sun/star/installation/ |
H A D | XInstallationCheck.idl | 54 boolean check( [in] boolean bForce ); 67 boolean checkWithDialog( [in] boolean bForce ); 89 bForce. 91 perform an action if their parameter bForce is <TRUE/>; otherwise,
|
/aoo4110/main/sd/source/ui/slidesorter/controller/ |
H A D | SlideSorterController.cxx | 815 Rectangle SlideSorterController::Rearrange (bool bForce) in Rearrange() argument 824 mbIsForcedRearrangePending |= bForce; in Rearrange() 833 if (bForce) in Rearrange() 845 if ( ! bForce) in Rearrange() 850 if (bForce || bSizeHasChanged) in Rearrange() 859 GetScrollBarManager().UpdateScrollBars(false, !bForce); in Rearrange()
|
H A D | SlsVisibleAreaManager.cxx | 103 const bool bForce) in RequestVisible() argument 114 if (bForce && ! mbIsCurrentSlideTrackingActive) in RequestVisible()
|
/aoo4110/main/l10ntools/source/ |
H A D | cfgmerge.cxx | 56 sal_Bool bForce; variable 79 bForce = sal_False; in GetOutputFile() 123 bForce = sal_True; in GetOutputFile() 649 ( bForce && in WorkOnRessourceEnd() 815 if ( pMergeDataFile && pResData && bLocalize && (( bEnglish ) || bForce )) { in WorkOnRessourceEnd()
|
/aoo4110/main/sot/source/sdstor/ |
H A D | stgstrms.hxx | 94 virtual StgPage* GetPhysPage( sal_Int32 nBytePos, sal_Bool bForce = sal_False ); 111 virtual StgPage* GetPhysPage( sal_Int32 nBytePos, sal_Bool bForce = sal_False ); 124 void* GetPtr( sal_Int32 nPos, sal_Bool bForce, sal_Bool bDirty );
|
H A D | stgstrms.cxx | 399 StgPage* StgStrm::GetPhysPage( sal_Int32 nBytePos, sal_Bool bForce ) in GetPhysPage() argument 403 return rIo.Get( nPage, bForce ); in GetPhysPage() 512 StgPage* StgFATStrm::GetPhysPage( sal_Int32 nBytePos, sal_Bool bForce ) in GetPhysPage() argument 515 return rIo.Get( nBytePos / ( nPageSize >> 2 ), bForce ); in GetPhysPage() 830 void* StgDataStrm::GetPtr( sal_Int32 Pos, sal_Bool bForce, sal_Bool bDirty ) in GetPtr() argument 834 StgPage* pPg = rIo.Get( nPage, bForce ); in GetPtr()
|
H A D | stgdir.cxx | 141 void StgDirEntry::DelTemp( sal_Bool bForce ) in DelTemp() argument 151 bForce = sal_True; in DelTemp() 152 pDown->DelTemp( bForce ); in DelTemp() 154 if( ( bForce || bInvalid ) in DelTemp()
|
H A D | stgcache.cxx | 266 StgPage* StgCache::Get( sal_Int32 nPage, sal_Bool bForce ) in Get() argument 272 if( !Read( nPage, p->pData, 1 ) && bForce ) in Get()
|
/aoo4110/main/dbaccess/source/ui/tabledesign/ |
H A D | FieldDescriptions.cxx | 218 sal_Bool bForce = _bForce || pOldType.get() == NULL || pOldType->nType != _pType->nType; in FillFromTypeInfo() local 223 if ( bForce ) in FillFromTypeInfo() 232 if ( bForce && _pType->nMaximumScale) in FillFromTypeInfo() 238 if ( bForce ) in FillFromTypeInfo()
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | WCopyTable.cxx | 1150 sal_Bool bForce; in loadData() local 1151 …TypeInfoFromType(m_aTypeInfo,nType,sTypeName,sCreateParam,nPrecision,nScale,bAutoIncrement,bForce); in loadData() 1545 sal_Bool bForce; in convertType() local 1546 …Name,_pType->aCreateParams,_pType->nPrecision,_pType->nMaximumScale,_pType->bAutoIncrement,bForce); in convertType() 1547 if ( !pType.get() || bForce ) in convertType() 1622 …Name,_pType->aCreateParams,_pType->nPrecision,_pType->nMaximumScale,_pType->bAutoIncrement,bForce); in convertType() 1627 …ypeInfoFromType(m_aDestTypeInfo,DataType::VARCHAR,_pType->aTypeName,sCreate,50,0,sal_False,bForce); in convertType() 1631 else if ( bForce ) in convertType()
|
/aoo4110/main/svtools/source/control/ |
H A D | inettbc.cxx | 124 … Insert( const String& rCompletion, const String& rURL, sal_Bool bForce = sal_False); 324 sal_Bool bForce ) in Insert() argument 326 if( !bForce ) in Insert() 766 void SvtURLBox::TryAutoComplete( sal_Bool bForce ) in TryAutoComplete() argument 773 if( aSelection.Max() != aCurText.Len() && !bForce ) in TryAutoComplete()
|
/aoo4110/main/dbaccess/source/ui/uno/ |
H A D | ColumnPeer.cxx | 112 sal_Bool bForce; in setColumn() local 113 …pFieldControl->getTypeInfo(),nType,sTypeName,sCreateParam,nPrecision,nScale,bAutoIncrement,bForce); in setColumn()
|
/aoo4110/main/sc/source/ui/view/ |
H A D | notemark.cxx | 47 const MapMode& rMap, sal_Bool bLeftEdge, sal_Bool bForce, sal_Bool bKeyboard ) : in ScNoteMarker() argument 71 aTimer.SetTimeout( bForce ? SC_NOTEMARK_SHORT : SC_NOTEMARK_TIME ); in ScNoteMarker()
|
H A D | tabvwsh5.cxx | 289 sal_Bool bForce = !bStayOnActiveTab; in Notify() local 290 SetTabNo( nNewTab, bForce, sal_False, bStayOnActiveTab ); in Notify()
|
H A D | gridwin3.cxx | 245 MapMode ScGridWindow::GetDrawMapMode( sal_Bool bForce ) in GetDrawMapMode() argument 254 if ( pDrView || bForce ) in GetDrawMapMode()
|
/aoo4110/main/sc/source/ui/inc/ |
H A D | inputhdl.hxx | 177 sal_Bool InputCommand( const CommandEvent& rCEvt, sal_Bool bForce ); 189 void NotifyChange( const ScInputHdlState* pState, sal_Bool bForce = sal_False,
|
H A D | tabvwsh.hxx | 258 void UpdateInputHandler( sal_Bool bForce = sal_False, sal_Bool bStopEditing = sal_True ); 334 void SetCurSubShell( ObjectSelectionType eOST, sal_Bool bForce = sal_False );
|
/aoo4110/main/sd/source/ui/view/ |
H A D | ViewShellImplementation.cxx | 409 void ViewShell::Implementation::ToolBarManagerLock::Release (bool bForce) in Release() argument 413 if (bForce || ! Application::IsUICaptured()) in Release()
|
/aoo4110/main/sc/source/core/data/ |
H A D | table1.cxx | 281 … sal_Bool bForce, ScProgress* pOuterProgress, sal_uLong nProgressStart ) in SetOptimalHeight() argument 283 DBG_ASSERT( nExtra==0 || bForce, "autom. OptimalHeight mit Extra" ); in SetOptimalHeight() 308 nStartRow, nEndRow, pHeight, pDev, nPPTX, nPPTY, rZoomX, rZoomY, bForce, 0, 0 ); in SetOptimalHeight() 322 nStartRow, nEndRow, pHeight, pDev, nPPTX, nPPTY, rZoomX, rZoomY, bForce, in SetOptimalHeight() 351 if ( bAutoSize || bForce ) in SetOptimalHeight()
|
/aoo4110/main/sfx2/source/inc/ |
H A D | workwin.hxx | 315 virtual void ArrangeChilds_Impl( sal_Bool bForce = sal_True ); 381 virtual void ArrangeChilds_Impl( sal_Bool bForce = sal_True );
|
/aoo4110/main/slideshow/source/engine/animationnodes/ |
H A D | basenode.cxx | 291 bool const bForce = ((options & FORCE) != 0); in enter() local 292 if (!bForce && !mpNode->isTransition( mpNode->meCurrState, eToState )) in enter()
|
/aoo4110/main/sd/source/ui/slidesorter/view/ |
H A D | SlsPageObjectPainter.cxx | 175 void PageObjectPainter::NotifyResize (const bool bForce) in NotifyResize() argument 177 if (bForce || ! mpPageObjectLayouter) in NotifyResize()
|
/aoo4110/main/framework/source/helper/ |
H A D | statusindicatorfactory.cxx | 577 void StatusIndicatorFactory::impl_reschedule(sal_Bool bForce) in impl_reschedule() argument 586 sal_Bool bReschedule = bForce; in impl_reschedule()
|