Home
last modified time | relevance | path

Searched refs:size (Results 1 – 25 of 3145) sorted by last modified time

12345678910>>...126

/trunk/main/ucb/source/ucp/webdav/
H A DCurlSession.hxx108 size_t size,
110 int curlDebugOutput( curl_infotype type, char *data, int size );
H A DCurlSession.cxx330 int CurlSession::Curl_DebugCallback( CURL *, curl_infotype type, unsigned char *data, size_t size, … in Curl_DebugCallback() argument
333 return session->curlDebugOutput( type, reinterpret_cast<char*>( data ), size ); in Curl_DebugCallback()
336 int CurlSession::curlDebugOutput( curl_infotype type, char *data, int size ) in curlDebugOutput() argument
361 if ( size >= 1 && ( data[size - 1] == '\r' || data[size - 1] == '\n' ) ) in curlDebugOutput()
362 --size; in curlDebugOutput()
363 if ( size >= 1 && ( data[size - 1] == '\r' || data[size - 1] == '\n' ) ) in curlDebugOutput()
364 --size; in curlDebugOutput()
365 rtl::OString message( data, size ); in curlDebugOutput()
440 if( asn1DerCertificates.size() <= 0 ) in verifyCertificateChain()
492 for (nIndex=0; nIndex < asn1DerCertificates.size(); ++nIndex) in verifyCertificateChain()
[all …]
/trunk/main/sw/source/ui/table/
H A Drowht.src77 Text [ en-US ] = "~Fit to size" ;
/trunk/main/framework/source/uielement/
H A Drecentfilesmenucontroller.cxx137 const sal_uInt32 nCount = m_aRecentFilesItems.size(); in fillPopupMenu()
228 ( nIndex < sal::static_int_cast<sal_Int32>( m_aRecentFilesItems.size() ))) in executeEntry()
/trunk/main/sd/source/ui/slideshow/
H A Dslideshowimpl.cxx154 sal_Int32 getSlideIndexCount() const { return maSlideNumbers.size(); } in getSlideIndexCount()
187 …( sal_Int32 nIndex ) const { return (nIndex >= 0) && (nIndex < (sal_Int32)maSlideNumbers.size()); } in isValidIndex()
245 for ( ; ( (size_t)mnStartSlideNumber < maSlideVisible.size() ) ; in setStartSlideNumber()
265 const sal_Int32 nCount = maSlideNumbers.size(); in getStartSlideIndex()
384 const sal_Int32 nCount = maSlideNumbers.size(); in findSlideIndex()
534 Sequence< PropertyValue > aPropertySequence (aProperties.size()); in displayCurrentSlide()
535 for (int nIndex=0,nCount=aProperties.size();nIndex<nCount; ++nIndex) in displayCurrentSlide()
1184 &aProperties[0], aProperties.size() ) ); in startShow()
/trunk/main/sw/source/core/access/
H A Daccportions.cxx294 DBG_ASSERT( nPortionNo < aPortionAttrs.size(), in IsPortionAttrSet()
359 size_t nBreaks = aLineBreaks.size(); in GetLineCount()
398 size_t nBreaks = aLineBreaks.size(); in GetLastLineBoundary()
449 DBG_ASSERT( rPositions[rPositions.size()-1] >= nValue, in FindBreak()
455 size_t nMax = rPositions.size()-2; in FindBreak()
494 DBG_ASSERT( nMin < rPositions.size()-1, in FindBreak()
510 while ( nResult < rPositions.size() - 2 && in FindLastBreak()
721 if( aFieldPosition.size() < 2 ) return sal_False; in GetAttrFldType()
736 if( aFieldPosition.size() < 2 ) return sal_False; in FillBoundaryIFDateField()
813 if( aModelPositions.size() < 1 ) return sal_True; in IsZeroCorePositionData()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dfieldwnd.hxx113 inline size_t GetFieldCount() const { return maFields.size(); } in GetFieldCount()
/trunk/main/oox/source/core/
H A Dencryption.cxx473 if ( stack.size() == 3 in startFastElement()
719 if( digest.size() < size ) in toBlock36()
721 sal_uInt32 i = digest.size(); in toBlock36()
722 digest.resize( size ); in toBlock36()
723 for (; i < size; i++) in toBlock36()
727 digest.resize( size ); in toBlock36()
733 if( digest.size() < size ) in toBlock0()
735 sal_uInt32 i = digest.size(); in toBlock0()
736 digest.resize( size ); in toBlock0()
737 for (; i < size; i++) in toBlock0()
[all …]
/trunk/main/oox/source/token/
H A Dtokens.txt4627 size
/trunk/main/svtools/source/misc/
H A Dtransfer.cxx351 if( !maAny.hasValue() || !mpFormats->size() || ( maLastFormat != rFlavor.MimeType ) ) in getTransferData()
364 if( !mpFormats->size() ) in getTransferData()
504 if( !mpFormats->size() ) in getTransferDataFlavors()
511 Sequence< DataFlavor > aRet( mpFormats->size() ); in getTransferDataFlavors()
532 if( !mpFormats->size() ) in isDataFlavorSupported()
1534 … rDataFlavorExVector[ rDataFlavorExVector.size() - 1 ].mnSotId = FORMAT_STRING; in FillDataFlavorExVector()
1541 rDataFlavorExVector[ rDataFlavorExVector.size() - 1 ].mnSotId = FORMAT_RTF; in FillDataFlavorExVector()
1550 … rDataFlavorExVector[ rDataFlavorExVector.size() - 1 ].mnSotId = SOT_FORMAT_FILE_LIST; in FillDataFlavorExVector()
1639 return mpFormats->size(); in GetFormatCount()
1649 return( ( nFormat < mpFormats->size() ) ? (*mpFormats)[ nFormat ].mnSotId : 0 ); in GetFormat()
[all …]
/trunk/main/filter/source/flash/
H A Dswfwriter2.cxx140 return maData.size(); in getOffset()
511 sal_uInt16 nGlyphs = _uInt16( maGlyphOffsets.size() ); in write()
678 DBG_ASSERT( aGradientRecords.size() < 8, "Illegal FlashGradient!" ); in Impl_addGradient()
680 pTag->addUI8( static_cast<sal_uInt8>( aGradientRecords.size() ) ); in Impl_addGradient()
/trunk/main/offapi/com/sun/star/chart2/
H A DSymbol.idl88 /** The size of the symbol in 100th of a mm.
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx372 DBG_ASSERT( m_aEntryPath.size(), "AccessibleListBoxEntry::getAccessibleParent: invalid path!" ); in implGetParentAccessible()
373 if ( 1 == m_aEntryPath.size() ) in implGetParentAccessible()
550 if ( m_aEntryPath.size() > 1 ) // not a root entry in getAccessibleRelationSet()
1162 sal_Int32 level = ((sal_Int32) m_aEntryPath.size() - 1); in getCurrentValue()
/trunk/extras/l10n/source/kid/
H A Dlocalize.sdf22792 … help par_idN10828 0 kid tsc[d[‖Text that changes character size to fill the frame size 2013…
43738size to the enclosed expression. For example, if you want "( a over b )" with a bracket size adjus…
43761 …many group operations: "size 12 color red font sans size -5 (a + size 8 b)" like "{size 12{color r…
43765 …3091100.xhp 0 help par_id3154136 41 0 kid z[bl81‖for "size +n", "size -n", "size *n", and "size
43766 …91100.xhp 0 help par_id3146934 42 0 kid n=kp46‖"size *2 size -5 a" would be double the starting
43768 …text\smath\01\03091100.xhp 0 help par_id3155174 44 0 kid bohf4b‖"size *2 ( a + size /2 b )" 2…
43769size of a formula, use "size +" or -,*,/. Do not use "size n". These can easily be used in any con…
43771 …_id3148734 52 0 kid r+bipr‖Exactly identical proportions with "size 18 a_n" and "size *1.5 a_n".…
43781 …fferent sizes. The size 1.333 results from 8/6, the desired size divided by the default index size
44746size changes you can use \<emph\>size n\</emph\>,\<emph\> +n\</emph\>,\<emph\> -n\</emph\>,\<emph\…
[all …]
/trunk/extras/l10n/source/en-ZA/
H A Dlocalize.sdf29066 …xhp 0 help par_idN10828 0 en-ZA Text that changes character size to fill the frame size 2002…
37850size to the enclosed expression. For example, if you want "( a over b )" with a bracket size adjus…
37873 …any group operations: "size 12 colour red font sans size -5 (a + size 8 b)" like "{size 12{colour …
37877 …\01\03091100.xhp 0 help par_id3154136 41 0 en-ZA for "size +n", "size -n", "size *n", and "size
37878 …1\03091100.xhp 0 help par_id3146934 42 0 en-ZA "size *2 size -5 a" would be double the starting
37880 …urce\text\smath\01\03091100.xhp 0 help par_id3155174 44 0 en-ZA "size *2 ( a + size /2 b )" 2…
37881size of a formula, use "size +" or -,*,/. Do not use "size n". These can easily be used in any con…
37883 …p par_id3148734 52 0 en-ZA Exactly identical proportions with "size 18 a_n" and "size *1.5 a_n".…
37893 …fferent sizes. The size 1.333 results from 8/6, the desired size divided by the default index size
37976size changes you can use \<emph\>size n\</emph\>,\<emph\> +n\</emph\>,\<emph\> -n\</emph\>,\<emph\…
[all …]
/trunk/main/starmath/source/
H A Dsmres.src115 Text [ en-US ] = "Base ~size" ;
741 Text [ en-US ] = "~Excess size (left/right)" ;
765 Text [ en-US ] = "~Excess size" ;
846 Text [ en-US ] = "~Excess size" ;
1037 Text [ en-US ] = "O~riginal size" ;
1088 Text [ en-US ] = "Embed only used symbols (smaller file size)" ;
1746 < "O~riginal size" ; > ;
/trunk/main/autodoc/source/cosv/strings/
H A Dstring.cxx40 str::size i_nOffset ) in str_from_StringOffset()
42 return i_nOffset < i_rStr.size() in str_from_StringOffset()
240 size_type nSize = size(); in substr()
306 csv::str::size i_nLength ) in compare()
323 csv::str::size i_nLength ) in compare()
353 csv::str::size i_nLength ) in compare()
373 csv::str::size i_nLength ) in compare()
392 csv::str::size i_nLength ) in compare()
/trunk/main/autodoc/source/cosv/service/
H A Dcommandline.cxx116 csv_assert(aOptionPoints.size() == aOptionIds.size()); in Interpret()
/trunk/main/autodoc/source/cosv/storage/
H A Ddirchain.cxx105 if (i_nCount <= aPath.size()) in PopFront()
114 if (i_nCount <= aPath.size()) in PopBack()
/trunk/main/autodoc/inc/cosv/tpl/
H A Drange.hxx59 std::size_t size() const;
139 range<T>::size() const in size() function in csv::range
H A Dswelist.hxx101 uintt size() const;
143 uintt size() const;
260 SweList<XX>::size() const in size() function in csv::SweList
347 SweList_dyn<XX>::size() const in size() function in csv::SweList_dyn
/trunk/main/autodoc/inc/cosv/
H A Dstr_types.hxx37 typedef ::size_t size; typedef
42 maxsize = size(-1)
H A Dstreamstr.hxx51 typedef str::size size_type;
66 typedef str::size size_type;
251 size_type size() const;
345 StreamStr::size() const in size() function in csv::StreamStr
349 { return size(); } in length()
H A Dstring.hxx59 typedef str::size size_type;
150 size_type size() const;
264 csv::str::size i_nLength );
269 csv::str::size i_nLength );
273 csv::str::size i_nLength );
303 csv::str::size i_nLength );
425 String::size() const in size() function in csv::String
430 { return size() == 0; } in empty()
434 { return size(); } in length()
442 { return data() + size(); } in end()
[all …]
H A Dstringdata.hxx44 typedef str::size size_type;

Completed in 2574 milliseconds

12345678910>>...126