/aoo4110/main/writerperfect/source/stream/ |
H A D | WPXSvStream.cxx | 20 mnLength = 0; in WPXSvInputStream() 24 mnLength = 0; in WPXSvInputStream() 29 mnLength = mxSeekable->getLength(); in WPXSvInputStream() 34 mnLength = 0; in WPXSvInputStream() 60 if ((mnLength == 0) || !mxStream.is() || !mxSeekable.is()) in tell() 73 if ((mnLength == 0) || !mxStream.is() || !mxSeekable.is()) in seek() 90 if (offset > mnLength) in seek() 92 tmpOffset = mnLength; in seek() 110 if ((mnLength == 0) || !mxStream.is() || !mxSeekable.is()) in atEOS() 112 return (mxSeekable->getPosition() >= mnLength); in atEOS() [all …]
|
H A D | WPXSvStream.h | 44 sal_Int64 mnLength; member in WPXSvInputStream
|
/aoo4110/main/sc/source/filter/qpro/ |
H A D | biff.cxx | 42 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()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdedtv2.cxx | 796 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()
|
/aoo4110/main/sc/source/ui/vba/ |
H A D | vbasheetobject.cxx | 64 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 D | vbasheetobject.hxx | 80 sal_Int32 mnLength; member in ScVbaButtonCharacters
|
/aoo4110/main/vcl/source/glyphs/ |
H A D | graphite_textsrc.cxx | 52 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 D | gcach_layout.cxx | 80 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 D | graphite_textsrc.hxx | 104 mnEnd(std::min(la.mnLength, nContextLen)), in TextSourceAdaptor()
|
H A D | graphite_layout.cxx | 699 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()
|
/aoo4110/main/sc/source/filter/inc/ |
H A D | biff.hxx | 43 sal_uInt16 mnLength; member in ScBiffReader 56 sal_uInt16 getLength() { return mnLength; } in getLength()
|
H A D | qpro.hxx | 47 sal_uInt16 getLength() { return mnLength; } in getLength()
|
/aoo4110/main/vcl/source/gdi/ |
H A D | sallayout.cxx | 584 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()
|
/aoo4110/main/vcl/win/source/gdi/ |
H A D | winlayout.cxx | 460 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;
|
/aoo4110/main/oox/inc/oox/dump/ |
H A D | oledumper.hxx | 606 sal_uInt32 mnLength; member 609 inline explicit VbaFormSiteInfo() : mnId( 0 ), mnLength( 0 ), mbInStream( false ) {} in VbaFormSiteInfo()
|
H A D | biffdumper.hxx | 76 sal_uInt32 mnLength; member in oox::dump::biff::BiffCtlsStreamObject
|
/aoo4110/main/vcl/inc/ |
H A D | sallayout.hxx | 97 int mnLength; member in ImplLayoutArgs
|
/aoo4110/main/oox/source/dump/ |
H A D | oledumper.cxx | 1794 aSiteInfo.mnLength = nLength; in implDumpShortProperties() 1965 if( (aIt->mbInStream) && (aIt->mnLength > 0) ) in implDump() 1971 BinaryInputStreamRef xRelStrm( new RelativeInputStream( *mxStrm, aIt->mnLength ) ); in implDump()
|
H A D | biffdumper.cxx | 145 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()
|
/aoo4110/main/vcl/os2/source/gdi/ |
H A D | os2layout.cxx | 443 if( rArgs.mnMinCharPos + nLen < rArgs.mnLength )
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | atslayout.cxx | 226 rArgs.mnMinCharPos, mnCharCount, rArgs.mnLength, in LayoutText()
|
/aoo4110/main/vcl/source/window/ |
H A D | toolbox.cxx | 133 long mnLength; member 137 ImplToolSizeArray() { mpSize = NULL; mnLength = 0; mnLastEntry = 0; } in ImplToolSizeArray() 138 ~ImplToolSizeArray() { if( mpSize ) delete [] mpSize; mnLength = 0; } in ~ImplToolSizeArray() 924 pThis->mpFloatSizeAry->mnLength = nCalcLines; in ImplCalcFloatSizes()
|
/aoo4110/main/sd/source/filter/eppt/ |
H A D | epptso.cxx | 5639 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()
|
/aoo4110/main/vcl/unx/generic/fontmanager/ |
H A D | fontmanager.cxx | 2772 sal_uInt16 mnLength; in matchFamilyName() member 2818 pHaystack->mpName, pHaystack->mnLength in matchFamilyName()
|