Searched refs:GetChars (Results 1 – 12 of 12) sorted by relevance
87 nChars( rCpy.GetChars() ), in SwFmtDrop()138 nChars == ((SwFmtDrop&)rAttr).GetChars() && in operator ==()
669 aDropCapsField.SetValue(aFmtDrop.GetChars()); in Reset()851 aFmt.GetChars() = (sal_uInt8) aDropCapsField.GetValue(); in FillSet()862 aFmt.GetChars() = 1; in FillSet()
89 inline sal_uInt8 GetChars() const { return nChars; } in GetChars() function in SwFmtDrop90 inline sal_uInt8 &GetChars() { return nChars; } in GetChars() function in SwFmtDrop
241 if ( GetChars() > 1 ) in GetPresentation()243 rText = String::CreateFromInt32( GetChars() ); in GetPresentation()
220 ( !rDrop.GetChars() && !rDrop.GetWholeWord() ) ) in GetDropSize()563 xub_StrLen nPorLen = pDropFmt->GetWholeWord() ? 0 : pDropFmt->GetChars(); in NewDropPortion()
1492 ( !pDrop->GetChars() && !pDrop->GetWholeWord() ) ) in GetDropFmt()
383 else if(nStartPos <= mrSwFmtDrop.GetChars()) in SearchNext()384 nMinPos = mrSwFmtDrop.GetChars(); in SearchNext()624 int nDropChars = mrSwFmtDrop.GetChars(); in IsDropCap()
3585 aDrop.GetChars() = writer_cast<sal_uInt8>(nDropCapLen); in ReadText()
519 aDrop.GetChars() = 1; in InsertAttrs()
1067 aDrop.GetChars() = 1; in StyleParsed()2379 ((SwFmtDrop&)pAttr->GetItem()).GetChars() = (sal_uInt8)nChars; in EndContextAttrs()
1905 nEnd = nStart + rDrop.GetChars(); in InsertNoScript()
265 aDropCap.GetChars() = 1; in SetFlysInDoc()
Completed in 194 milliseconds