Home
last modified time | relevance | path

Searched refs:bInsert (Results 26 – 50 of 81) sorted by path

1234

/trunk/main/sd/source/ui/view/
H A DOutliner.cxx1803 bool bInsert = false; in ProvideOutlinerView() local
1810 bInsert = true; in ProvideOutlinerView()
1817 if (bInsert) in ProvideOutlinerView()
/trunk/main/sfx2/source/control/
H A Dbindings.cxx1495 bool bInsert = pSiblingCache && pSiblingCache->IsControllerDirty(); in CreateSet_Impl() local
1502 if ( !bInsert && bSameMethod && pSibling->GetLinkedSlot() ) in CreateSet_Impl()
1507 !bInsert; in CreateSet_Impl()
1519 bInsert = pSlaveCache && pSlaveCache->IsControllerDirty(); in CreateSet_Impl()
1527 if ( bInsert && bSameMethod ) in CreateSet_Impl()
/trunk/main/svl/source/numbers/
H A Dzforlist.cxx3670 sal_Bool bInsert = sal_True; in ImpInitCurrencyTable() local
3678 bInsert = sal_False; in ImpInitCurrencyTable()
3682 if ( !bInsert ) in ImpInitCurrencyTable()
/trunk/main/svtools/inc/svtools/
H A Dtextview.hxx162 void SetInsertMode( sal_Bool bInsert );
/trunk/main/svtools/source/contnr/
H A Dtemplwin.cxx1235 sal_Bool bInsert = sal_True; in AppendHistoryURL() local
1241 bInsert = ( rURL != pLastEntry->m_sURL); in AppendHistoryURL()
1244 if ( bInsert ) in AppendHistoryURL()
/trunk/main/svtools/source/control/
H A Dctrlbox.cxx1007 sal_Bool bInsert = sal_False; in Fill() local
1021 if ( bInsert ) in Fill()
1041 bInsert = GetEntryPos( aStyleText ) == LISTBOX_ENTRY_NOTFOUND; in Fill()
1042 if ( !bInsert ) in Fill()
1045 bInsert = GetEntryPos( aStyleText ) == LISTBOX_ENTRY_NOTFOUND; in Fill()
1054 if ( bInsert ) in Fill()
1064 bInsert = GetEntryPos( aStyleText ) == LISTBOX_ENTRY_NOTFOUND; in Fill()
1079 if ( bInsert ) in Fill()
H A Dctrltool.cxx290 sal_Bool bInsert = sal_True; in ImplInsertFonts() local
311 bInsert = sal_False; in ImplInsertFonts()
321 if ( bInsert ) in ImplInsertFonts()
H A Dstdmenu.cxx207 sal_Bool bInsert = sal_False; in Fill() local
221 if ( bInsert ) in Fill()
246 bInsert = !ImplIsAlreadyInserted( aStyleText, nPos ); in Fill()
247 if ( !bInsert ) in Fill()
250 bInsert = !ImplIsAlreadyInserted( aStyleText, nPos ); in Fill()
259 if ( bInsert ) in Fill()
269 bInsert = !ImplIsAlreadyInserted( aStyleText, nPos ); in Fill()
284 if ( bInsert ) in Fill()
/trunk/main/svtools/source/edit/
H A Dsvmedit.cxx139 void SetInsertMode( sal_Bool bInsert );
404 void ImpSvMEdit::SetInsertMode( sal_Bool bInsert ) in SetInsertMode() argument
406 mpTextWindow->GetTextView()->SetInsertMode( bInsert ); in SetInsertMode()
H A Dtextview.cxx1237 void TextView::SetInsertMode( sal_Bool bInsert ) in SetInsertMode() argument
1239 if ( mpImpl->mbInsertMode != bInsert ) in SetInsertMode()
1241 mpImpl->mbInsertMode = bInsert; in SetInsertMode()
/trunk/main/svx/inc/svx/
H A Dinsctrl.hxx49 sal_Bool bInsert; member in SvxInsertStatusBarControl
/trunk/main/svx/source/dialog/
H A Dlangbox.cxx171 sal_Bool bInsert = sal_True; in Init() local
176 bInsert = sal_False; in Init()
179 if ( bInsert ) in Init()
H A Dtxencbox.cxx78 sal_Bool bInsert = sal_True; in FillFromTextEncodingTable() local
83 bInsert = sal_False; in FillFromTextEncodingTable()
94 bInsert = sal_False; in FillFromTextEncodingTable()
97 if ( bInsert ) in FillFromTextEncodingTable()
107 bInsert = sal_False; in FillFromTextEncodingTable()
111 if ( bInsert ) in FillFromTextEncodingTable()
130 sal_Bool bInsert = sal_True; in FillFromDbTextEncodingMap() local
135 bInsert = sal_False; in FillFromDbTextEncodingMap()
146 bInsert = sal_False; in FillFromDbTextEncodingMap()
149 if ( bInsert ) in FillFromDbTextEncodingMap()
[all …]
/trunk/main/svx/source/fmcomp/
H A Dgridctrl.cxx3070 sal_Bool bInsert = (m_xCurrentRow->IsNew() && (m_nOptions & OPT_INSERT)); in GetController() local
3073 if ((bInsert && !pColumn->IsAutoValue()) || bUpdate || m_bForceROController) in GetController()
3081 if (!bInsert && !bUpdate) in GetController()
/trunk/main/svx/source/items/
H A Dnumfmtsh.cxx1623 bool bInsert = true; in GetCurrencySymbols() local
1626 for (j = nCont; j < rList.Count() && bInsert; ++j) in GetCurrencySymbols()
1631 bInsert = false; in GetCurrencySymbols()
1636 if(bInsert) in GetCurrencySymbols()
/trunk/main/svx/source/stbctrls/
H A Dinsctrl.cxx54 bInsert( sal_True ) in SvxInsertStatusBarControl()
75 bInsert = pItem->GetValue(); in StateChanged()
86 bInsert = !bInsert; in Click()
87 SfxBoolItem aIns( GetSlotId(), bInsert ); in Click()
111 if ( bInsert ) in DrawItemText_Impl()
/trunk/main/svx/source/svdraw/
H A Dsvdograf.cxx1115 FASTBOOL bInsert = pNewPage != NULL && pPage == NULL; in SetPage() local
1149 if(aFileName.Len() && bInsert) in SetPage()
H A Dsvdoole2.cxx1532 FASTBOOL bInsert=pNewPage!=NULL && pPage==NULL; in SetPage() local
1559 if (bInsert && !mpImpl->mbConnected ) in SetPage()
H A Dsvdotext.cxx584 FASTBOOL bInsert=pNewPage!=NULL && pPage==NULL; in SetPage() local
593 if (bLinked && bInsert) { in SetPage()
/trunk/main/svx/source/tbxctrls/
H A Dtbcontrl.cxx1963 bool bInsert; in FillStyleBox() local
1972 bInsert = true; in FillStyleBox()
1978 bInsert = false; in FillStyleBox()
1983 if( bInsert ) in FillStyleBox()
/trunk/main/sw/inc/
H A Dswabstdlg.hxx374 …ent, const SfxItemSet& rSet, SwWrtShell* pWrtSh, Printer* pPrt, sal_Bool bInsert,int nResId ) = 0;…
/trunk/main/sw/source/core/edit/
H A Dedws.cxx310 void SwEditShell::AutoCorrect( SvxAutoCorrect& rACorr, sal_Bool bInsert, in AutoCorrect() argument
323 cChar, bInsert ); in AutoCorrect()
/trunk/main/sw/source/core/inc/
H A DUndoRedline.hxx129 sal_Bool bInsert; member in SwUndoCompDoc
H A Dmvsave.hxx106 _SaveFly( sal_uLong nNodeDiff, SwFrmFmt* pFmt, sal_Bool bInsert ) in _SaveFly()
107 : nNdDiff( nNodeDiff ), pFrmFmt( pFmt ), bInsertPosition( bInsert ) in _SaveFly()
/trunk/main/sw/source/core/layout/
H A Dflycnt.cxx479 bool bInsert( true ); in MakeAll() local
488 bInsert = false; in MakeAll()
490 if ( bInsert ) in MakeAll()

Completed in 259 milliseconds

1234