Home
last modified time | relevance | path

Searched refs:mnLength (Results 1 – 23 of 23) sorted by relevance

/trunk/main/sc/source/filter/qpro/
H A Dbiff.cxx42 mnLength(0), in ScBiffReader()
68 if( nPos != mnOffset + mnLength ) in nextRecord()
69 mpStream->Seek( mnOffset + mnLength ); in nextRecord()
71 mnLength = mnId = 0; in nextRecord()
72 *mpStream >> mnId >> mnLength; in nextRecord()
77 (unsigned)mnId, (unsigned)mnLength, (unsigned)mnOffset ); in nextRecord()
80 int len = mnLength; in nextRecord()
/trunk/main/svx/source/svdraw/
H A Dsvdedtv2.cxx796 sal_Int32 mnLength; member
855 pNew->mnLength = pNew->mpObj->GetSnapRect().GetWidth() + 1; in DECLARE_LIST()
856 nFullLength += pNew->mnLength; in DECLARE_LIST()
880 …rt += fStepWidth + (double)((aEntryList.GetObject(0)->mnLength + aEntryList.GetObject(1)->mnLength in DECLARE_LIST()
891 fStepStart += fStepWidth + (double)((pCurr->mnLength + pNext->mnLength) / 2); in DECLARE_LIST()
946 pNew->mnLength = pNew->mpObj->GetSnapRect().GetHeight() + 1; in DECLARE_LIST()
947 nFullLength += pNew->mnLength; in DECLARE_LIST()
971 …rt += fStepWidth + (double)((aEntryList.GetObject(0)->mnLength + aEntryList.GetObject(1)->mnLength in DECLARE_LIST()
982 fStepStart += fStepWidth + (double)((pCurr->mnLength + pNext->mnLength) / 2); in DECLARE_LIST()
/trunk/main/ooxml/source/framework/SchemaParser/src/org/apache/openoffice/ooxml/schema/model/simple/
H A DRestriction.java121 aBuffer.append(mnLength); in toString()
200 mnLength = Integer.parseInt(sValue); in SetLength()
279 return mnLength; in GetLength()
332 private int mnLength; field in Restriction
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobject.cxx64 if( !(rLength >>= mnLength) || (mnLength < 1) ) in ScVbaButtonCharacters()
65 mnLength = SAL_MAX_INT32; in ScVbaButtonCharacters()
79 sal_Int32 nLength = ::std::min( mnLength, aString.getLength() - nStart ); in getCaption()
94 sal_Int32 nLength = ::std::min( mnLength, aString.getLength() - nStart ); in setCaption()
H A Dvbasheetobject.hxx80 sal_Int32 mnLength; member in ScVbaButtonCharacters
/trunk/main/vcl/source/glyphs/
H A Dgraphite_textsrc.cxx52 return maLayoutArgs.mnLength; in getLength()
67 size_t copy_count = std::min(size_t(maLayoutArgs.mnLength), char_count); in fetch()
143 return ext_std::make_pair(mnEnd, maLayoutArgs.mnLength); in propertyRange()
H A Dgcach_layout.cxx80 ApplyAsianKerning( rArgs.mpStr, rArgs.mnLength ); in AdjustLayout()
398 pIcuChars = (LEUnicode*)alloca( rArgs.mnLength * sizeof(LEUnicode) ); in operator ()()
399 for( xub_StrLen ic = 0; ic < rArgs.mnLength; ++ic ) in operator ()()
459 nMinRunPos, nEndRunPos - nMinRunPos, rArgs.mnLength, in operator ()()
H A Dgraphite_layout.cxx699 assert(rArgs.mnLength >= 0); in CreateSegment()
724 const int nSegCharLimit = min(rArgs.mnLength, mnEndCharPos + EXTRA_CONTEXT_LENGTH); in CreateSegment()
794 …rArgs.mnEndCharPos, limit, rArgs.mnLength, maLayout.rightToLeft(), pSegment->rightToLeft(), mfScal… in CreateSegment()
H A Dgraphite_textsrc.hxx104 mnEnd(std::min(la.mnLength, nContextLen)), in TextSourceAdaptor()
/trunk/main/sc/source/filter/inc/
H A Dbiff.hxx43 sal_uInt16 mnLength; member in ScBiffReader
56 sal_uInt16 getLength() { return mnLength; } in getLength()
H A Dqpro.hxx47 sal_uInt16 getLength() { return mnLength; } in getLength()
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx584 mnLength( nLen ), in ImplLayoutArgs()
613 UBiDi* pParaBidi = ubidi_openSized( mnLength, 0, &rcI18n ); in ImplLayoutArgs()
616 …ubidi_setPara( pParaBidi, reinterpret_cast<const UChar *>(mpStr), mnLength, nLevel, NULL, &rcI18n … in ImplLayoutArgs()
620 if( nSubLength != mnLength ) in ImplLayoutArgs()
701 aPosVector.reserve( mnLength ); in PrepareFallback()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx460 if( bSurrogate && ((nCharPos+1) < rArgs.mnLength) )
511 if( rArgs.mnMinCharPos + nLen < rArgs.mnLength )
1285 aDropChars.push_back( rArgs.mnLength );
1320 int nSubStringEnd = rArgs.mnLength;
1328 if( nSubStringEnd > rArgs.mnLength )
1329 nSubStringEnd = rArgs.mnLength;
/trunk/main/oox/inc/oox/dump/
H A Doledumper.hxx606 sal_uInt32 mnLength; member
609 inline explicit VbaFormSiteInfo() : mnId( 0 ), mnLength( 0 ), mbInStream( false ) {} in VbaFormSiteInfo()
H A Dbiffdumper.hxx76 sal_uInt32 mnLength; member in oox::dump::biff::BiffCtlsStreamObject
/trunk/main/vcl/inc/
H A Dsallayout.hxx97 int mnLength; member in ImplLayoutArgs
/trunk/main/oox/source/dump/
H A Dbiffdumper.cxx145 mnStartPos = mnLength = 0; in BiffCtlsStreamObject()
151 mnLength = nLength; in dumpControl()
153 mnStartPos = mnLength = 0; in dumpControl()
158 if( mnLength > 0 ) in implDump()
165 BinaryInputStreamRef xRelStrm( new RelativeInputStream( *mxStrm, mnLength ) ); in implDump()
H A Doledumper.cxx1794 aSiteInfo.mnLength = nLength; in implDumpShortProperties()
1965 if( (aIt->mbInStream) && (aIt->mnLength > 0) ) in implDump()
1971 BinaryInputStreamRef xRelStrm( new RelativeInputStream( *mxStrm, aIt->mnLength ) ); in implDump()
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx443 if( rArgs.mnMinCharPos + nLen < rArgs.mnLength )
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx133 long mnLength; member
137 ImplToolSizeArray() { mpSize = NULL; mnLength = 0; mnLastEntry = 0; } in ImplToolSizeArray()
138 ~ImplToolSizeArray() { if( mpSize ) delete [] mpSize; mnLength = 0; } in ~ImplToolSizeArray()
916 pThis->mpFloatSizeAry->mnLength = nCalcLines; in ImplCalcFloatSizes()
/trunk/main/vcl/aqua/source/gdi/
H A Datslayout.cxx226 rArgs.mnMinCharPos, mnCharCount, rArgs.mnLength, in LayoutText()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx5639 sal_Int32 mnLength; member
5642 CellBorder() : mnPos ( 0 ), mnLength( 0 ){}; in CellBorder()
5889 aCellBorder.mnLength = aColumns[ nColumn ].second; in ImplCreateTable()
5947 aCellBorder.mnLength = aRows[ nRow].second; in ImplCreateTable()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx2772 sal_uInt16 mnLength; in matchFamilyName() member
2818 pHaystack->mpName, pHaystack->mnLength in matchFamilyName()

Completed in 272 milliseconds