Searched refs:bGlue (Results 1 – 5 of 5) sorted by relevance
209 sal_Bool bGlue = sal_True; in GlueState() local212 for ( nCol = 0; bGlue && nCol < nC; nCol++ ) in GlueState()215 for ( nRow = 0; bGlue && nRow < nR; nRow++, p++ ) in GlueState()222 bGlue = sal_False; // nCol==0 kann DummyUpperLeft sein in GlueState()229 if ( bGlue && *(p = (pA + ((((sal_uLong)nCol+1) * nR) - 1))) == nFree ) in GlueState()237 for ( nRow = 0; bGlue && nRow < nR; nRow++ ) in GlueState()240 for ( nCol = 0; bGlue && nCol < nC; nCol++, p+=nR ) in GlueState()245 bGlue = sal_False; // nRow==0 kann DummyUpperLeft sein in GlueState()262 for ( sal_uLong n = 1; bGlue && n < nCR; n++, p++ ) in GlueState()266 bGlue = sal_False; in GlueState()[all …]
713 const XubString& SdrMarkList::GetPointMarkDescription(sal_Bool bGlue) const in GetPointMarkDescription()715 sal_Bool& rNameOk = (sal_Bool&)(bGlue ? mbGluePointNameOk : mbPointNameOk); in GetPointMarkDescription()716 XubString& rName = (XubString&)(bGlue ? maGluePointName : maPointName); in GetPointMarkDescription()725 const SdrUShortCont* pPts = bGlue ? pMark->GetMarkedGluePoints() : pMark->GetMarkedPoints(); in GetPointMarkDescription()788 const SdrUShortCont* pPts = bGlue ? pMark2->GetMarkedGluePoints() : pMark2->GetMarkedPoints(); in GetPointMarkDescription()810 aStr1 = (ImpGetResStr(bGlue ? STR_ViewMarkedGluePoint : STR_ViewMarkedPoint)); in GetPointMarkDescription()814 aStr1 = (ImpGetResStr(bGlue ? STR_ViewMarkedGluePoints : STR_ViewMarkedPoints)); in GetPointMarkDescription()
664 sal_Bool bGlue=pHdl->GetKind()==HDL_GLUE; in PickAnything() local665 sal_Bool bPoly=!bGlue && IsPointMarkable(*pHdl); in PickAnything()666 sal_Bool bMarked=bGlue || bPoly && pHdl->IsSelected(); in PickAnything()667 if (bGlue || bPoly) in PickAnything()669 eEvent=bGlue ? SDREVENT_MARKGLUEPOINT : SDREVENT_MARKPOINT; in PickAnything()680 if (bGlue) in PickAnything()
629 bool bGlue = true; in glueState() local633 for (SCCOL nCol = 0; bGlue && nCol < nC; ++nCol) in glueState()635 for (SCROW nRow = 0; bGlue && nRow < nR; ++nRow) in glueState()641 bGlue = false; in glueState()649 if (bGlue && (aCellStates[i] == nFree)) in glueState()657 for (SCROW nRow = 0; bGlue && nRow < nR; ++nRow) in glueState()665 bGlue = false; in glueState()673 if (bGlue && aCellStates[i] == nFree) in glueState()681 for (sal_uInt32 n = 1; bGlue && n < nCR; ++n, ++i) in glueState()683 bGlue = false; in glueState()[all …]
290 SVX_DLLPRIVATE const XubString& GetPointMarkDescription(sal_Bool bGlue) const;
Completed in 47 milliseconds