Searched refs:bStarted (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/sc/source/ui/view/ |
H A D | select.cxx | 64 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 …]
|
/aoo42x/main/xmloff/source/script/ |
H A D | XMLEventExport.cxx | 136 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()
|
/aoo42x/main/sc/source/core/inc/ |
H A D | jumpmatrix.hxx | 71 bool bStarted; member in ScJumpMatrix 88 , bStarted( false ) in ScJumpMatrix() 168 if ( !bStarted ) in Next() 170 bStarted = true; in Next()
|
/aoo42x/main/sw/source/ui/wrtsh/ |
H A D | wrtsh1.cxx | 227 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()
|
/aoo42x/main/framework/source/loadenv/ |
H A D | loadenv.cxx | 423 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()
|
/aoo42x/main/vcl/unx/generic/gdi/ |
H A D | pspgraphics.cxx | 1427 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()
|
/aoo42x/main/vcl/unx/headless/ |
H A D | svppspgraphics.cxx | 1313 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()
|
/aoo42x/main/sc/source/core/data/ |
H A D | table3.cxx | 1476 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()
|
/aoo42x/main/sc/source/ui/inc/ |
H A D | select.hxx | 59 sal_Bool bStarted; member in ScViewFunctionSet
|
/aoo42x/main/stoc/source/javavm/ |
H A D | javavm.cxx | 792 bool bStarted = false; in getJavaVM() local 795 case JFW_E_NONE: bStarted = true; break; in getJavaVM() 928 if (bStarted) in getJavaVM()
|
/aoo42x/main/sw/source/filter/ww1/ |
H A D | w1class.hxx | 1394 sal_Bool bStarted; member in Ww1Footnotes 1397 : Ww1PlcFootnoteRef(rFibL), nPlcIndex(0), aText(rFibL), bStarted(sal_False) in Ww1Footnotes()
|
H A D | w1filter.cxx | 377 bStarted = sal_True; in Start() 391 if (bStarted && rMan.Where() > Where()) in Stop()
|
Completed in 155 milliseconds