Home
last modified time | relevance | path

Searched refs:bStarted (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sc/source/ui/view/
H A Dselect.cxx64 bStarted( sal_False ) in ScViewFunctionSet()
183 bStarted = sal_True; in SetAnchor()
188 bStarted = sal_True; in SetAnchor()
193 if ( bStarted && pView->IsMarking( nPosX, nPosY, nTab ) ) in SetAnchor()
206 bStarted = sal_True; in SetAnchor()
209 bStarted = sal_False; in SetAnchor()
571 if (!bStarted) in SetCursorAtCell()
579 bStarted = sal_True; in SetCursorAtCell()
582 if (bStarted) in SetCursorAtCell()
595 bStarted = sal_True; in SetCursorAtCell()
[all …]
/trunk/main/xmloff/source/script/
H A DXMLEventExport.cxx136 sal_Bool bStarted = sal_False; in Export() local
155 ExportEvent( aValues, rXmlName, bWhitespace, bStarted ); in Export()
169 if (bStarted) in Export()
198 sal_Bool bStarted = sal_False; in ExportSingleEvent() local
199 ExportEvent( rEventValues, rXmlName, bUseWhitespace, bStarted ); in ExportSingleEvent()
202 if (bStarted) in ExportSingleEvent()
/trunk/main/sc/source/core/inc/
H A Djumpmatrix.hxx71 bool bStarted; member in ScJumpMatrix
88 , bStarted( false ) in ScJumpMatrix()
168 if ( !bStarted ) in Next()
170 bStarted = true; in Next()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx227 sal_Bool bStarted = sal_False, bHasSel = HasSelection(), in Insert() local
252 bStarted = sal_True; in Insert()
272 if( bStarted ) in Insert()
1739 sal_Bool bStarted = sal_False; in AutoCorrect() local
1746 bStarted = sal_True; in AutoCorrect()
1751 if(bStarted) in AutoCorrect()
/trunk/main/framework/source/loadenv/
H A Dloadenv.cxx423 sal_Bool bStarted = sal_False; in startLoading() local
429 bStarted = impl_handleContent(); in startLoading()
432 if (!bStarted) in startLoading()
433 bStarted = impl_loadContent(); in startLoading()
437 if (!bStarted) in startLoading()
/trunk/main/vcl/unx/generic/gdi/
H A Dpspgraphics.cxx1427 bool bStarted = false; in filterText() local
1442 bStarted = true; in filterText()
1448 nPos = bStarted ? nStart + FAX_PHONE_TOKEN_LENGTH : 0; in filterText()
1455 int nTokenStart = nStart + (bStarted ? FAX_PHONE_TOKEN_LENGTH : 0); in filterText()
/trunk/main/vcl/unx/headless/
H A Dsvppspgraphics.cxx1313 bool bStarted = false; in filterText() local
1328 bStarted = true; in filterText()
1334 nPos = bStarted ? nStart + FAX_PHONE_TOKEN_LENGTH : 0; in filterText()
1341 int nTokenStart = nStart + (bStarted ? FAX_PHONE_TOKEN_LENGTH : 0); in filterText()
/trunk/main/sc/source/core/data/
H A Dtable3.cxx1476 sal_Bool bStarted = sal_False; in Query() local
1555 if (bResult == bOldResult && bStarted) in Query()
1559 if (bStarted) in Query()
1568 bStarted = sal_True; in Query()
1582 if (aParam.bInplace && bStarted) in Query()
/trunk/main/sc/source/ui/inc/
H A Dselect.hxx59 sal_Bool bStarted; member in ScViewFunctionSet
/trunk/main/stoc/source/javavm/
H A Djavavm.cxx792 bool bStarted = false; in getJavaVM() local
795 case JFW_E_NONE: bStarted = true; break; in getJavaVM()
928 if (bStarted) in getJavaVM()
/trunk/main/sw/source/filter/ww1/
H A Dw1class.hxx1394 sal_Bool bStarted; member in Ww1Footnotes
1397 : Ww1PlcFootnoteRef(rFibL), nPlcIndex(0), aText(rFibL), bStarted(sal_False) in Ww1Footnotes()
H A Dw1filter.cxx377 bStarted = sal_True; in Start()
391 if (bStarted && rMan.Where() > Where()) in Stop()

Completed in 96 milliseconds