Searched refs:EXC_LABEL_MAXLEN (Results 1 – 2 of 2) sorted by relevance
689 sal_uInt16 nMaxLen = (rRoot.GetBiff() == EXC_BIFF8) ? EXC_STR_MAXLEN : EXC_LABEL_MAXLEN; in XclExpLabelCell()700 sal_uInt16 nMaxLen = (rRoot.GetBiff() == EXC_BIFF8) ? EXC_STR_MAXLEN : EXC_LABEL_MAXLEN; in XclExpLabelCell()735 …DBG_ASSERT( mxText->Len() <= EXC_LABEL_MAXLEN, "XclExpLabelCell::XclExpLabelCell - string too long… in Init()740 …DBG_ASSERT( mxText->GetFormatsCount() <= EXC_LABEL_MAXLEN, "XclExpLabelCell::WriteContents - too m… in Init()741 mxText->LimitFormatCount( EXC_LABEL_MAXLEN ); in Init()
60 const sal_uInt8 EXC_LABEL_MAXLEN = 0xFF; variable
Completed in 25 milliseconds