Home
last modified time | relevance | path

Searched refs:bForce (Results 1 – 25 of 72) sorted by path

123

/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1646 sal_Bool bForce = sal_True; in queryTypeInfoByType() local
1647 …::dbaui::getTypeInfoFromType(_rTypeInfo,DataType::VARCHAR,sTypeName,sCreate,50,0,sal_False,bForce); in queryTypeInfoByType()
H A DWCopyTable.cxx1150 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()
/trunk/main/dbaccess/source/ui/querydesign/
H A DQueryDesignView.cxx518 bool bForce = pData->GetJoinType() == CROSS_JOIN || pData->isNatural(); in BuildJoin() local
519 …urn BuildJoin(_xConnection,BuildTable(_xConnection,pLh,bForce),BuildTable(_xConnection,pRh,bForce)… in BuildJoin()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx218 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()
H A DTableController.cxx892 sal_Bool bForce; in loadData() local
894 …getTypeInfoFromType(m_aTypeInfo,nType,sTypeName,sCreate,nPrecision,nScale,bIsAutoIncrement,bForce); in loadData()
897 pTabEdRow->SetFieldType( pTypeInfo, bForce ); in loadData()
/trunk/main/dbaccess/source/ui/uno/
H A DColumnPeer.cxx112 sal_Bool bForce; in setColumn() local
113 …pFieldControl->getTypeInfo(),nType,sTypeName,sCreateParam,nPrecision,nScale,bAutoIncrement,bForce); in setColumn()
/trunk/main/extensions/stardiv/fontest/
H A Dfontest.idl49 @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
/trunk/main/extensions/stardiv/oinstchk/
H A Doinstchk.idl47 @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
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx593 …ct* ImportPageBackgroundObject( const SdrPage& rPage, sal_uInt32& nBgFileOffset, sal_Bool bForce );
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx3222 …ort::ImportPageBackgroundObject( const SdrPage& rPage, sal_uInt32& nBgFileOffset, sal_Bool bForce ) in ImportPageBackgroundObject() argument
3225 sal_Bool bCreateObj = bForce; in ImportPageBackgroundObject()
/trunk/main/fpicker/source/win32/filepicker/
H A DVistaFilePickerImpl.cxx682 bool bForce = rRequest->getArgumentOrDefault(PROP_FORCE, false); in impl_sta_SetDirectory() local
709 if ( m_bInExecute || bForce ) in impl_sta_SetDirectory()
/trunk/main/framework/source/helper/
H A Dstatusindicatorfactory.cxx577 void StatusIndicatorFactory::impl_reschedule(sal_Bool bForce) in impl_reschedule() argument
586 sal_Bool bReschedule = bForce; in impl_reschedule()
/trunk/main/l10ntools/source/
H A Dcfgmerge.cxx56 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()
/trunk/main/offapi/com/sun/star/installation/
H A DXInstallationCheck.idl54 boolean check( [in] boolean bForce );
67 boolean checkWithDialog( [in] boolean bForce );
89 bForce.
91 perform an action if their parameter bForce is <TRUE/>; otherwise,
/trunk/main/sc/inc/
H A Ddptabres.hxx328 …String GetMeasureString(long nMeasure, sal_Bool bForce, ScSubTotalFunc eForceFunc, bo…
H A Dtable.hxx626 sal_Bool bForce,
/trunk/main/sc/source/core/data/
H A Ddptabres.cxx867 String ScDPResultData::GetMeasureString(long nMeasure, sal_Bool bForce, ScSubTotalFunc eForceFunc, … in GetMeasureString() argument
872 if ( nMeasure < 0 || ( nMeasCount == 1 && !bForce && eForceFunc == SUBTOTAL_FUNC_NONE ) ) in GetMeasureString()
H A Dtable1.cxx281 … 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()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx3226 sal_Bool ScInputHandler::InputCommand( const CommandEvent& rCEvt, sal_Bool bForce ) in InputCommand() argument
3249 if ( bForce || eMode != SC_INPUT_NONE ) in InputCommand()
3330 sal_Bool bForce, ScTabViewShell* pSourceSh, in NotifyChange() argument
3341 if (bRepeat && !bForce) in NotifyChange()
3347 bForce = sal_True; in NotifyChange()
3410 if ( bTxtMod || bForce ) in NotifyChange()
/trunk/main/sc/source/ui/inc/
H A Dgridwin.hxx379 MapMode GetDrawMapMode( sal_Bool bForce = sal_False );
H A Dinputhdl.hxx177 sal_Bool InputCommand( const CommandEvent& rCEvt, sal_Bool bForce );
189 void NotifyChange( const ScInputHdlState* pState, sal_Bool bForce = sal_False,
H A Dnotemark.hxx63 … const MapMode& rMap, sal_Bool bLeftEdge, sal_Bool bForce, sal_Bool bKeyboard );
H A Dtabvwsh.hxx259 void UpdateInputHandler( sal_Bool bForce = sal_False, sal_Bool bStopEditing = sal_True );
335 void SetCurSubShell( ObjectSelectionType eOST, sal_Bool bForce = sal_False );
H A Dviewdata.hxx250 void UpdateInputHandler( sal_Bool bForce = sal_False, sal_Bool bStopEditing = sal_True );
/trunk/main/sc/source/ui/view/
H A Dgridwin3.cxx245 MapMode ScGridWindow::GetDrawMapMode( sal_Bool bForce ) in GetDrawMapMode() argument
254 if ( pDrView || bForce ) in GetDrawMapMode()

Completed in 319 milliseconds

123