/aoo41x/main/cli_ure/qa/climaker/ |
H A D | climaker.cs | 275 l.assure(s.a1.Length == 0); in testEmptyStruct2() 276 l.assure(s.a2.Length == 0); in testEmptyStruct2() 277 l.assure(s.a3.Length == 0); in testEmptyStruct2() 278 l.assure(s.a4.Length == 0); in testEmptyStruct2() 279 l.assure(s.a5.Length == 0); in testEmptyStruct2() 280 l.assure(s.a6.Length == 0); in testEmptyStruct2() 1053 if (arAttr.Length == 1) in testAttributes() 1103 if (arAttr.Length == 1) in testAttributes() 1118 if (arAttr.Length == 1) in testAttributes() 1149 if (arAttr.Length == 1) in testPolyStructAttributes() [all …]
|
H A D | testobjects.cs | 47 m_args = new Any[args.Length + 1]; in Component() 49 for (int i = 0; i < args.Length; i ++) { in Component()
|
/aoo41x/main/cli_ure/source/ure/uno/util/ |
H A D | WeakBase.cs | 95 ArrayList list = new ArrayList( interfaces.Length ); in getTypes() 96 for ( Int32 pos = 0; pos < interfaces.Length; ++pos ) in getTypes() 134 Int32 len= name.Length; in getImplementationId() 163 for ( Int32 pos = 0; pos < types.Length; ++pos ) in ToString() 166 if (pos < (types.Length -1)) in ToString()
|
/aoo41x/main/canvas/source/cairo/ |
H A D | cairo_textlayout.cxx | 173 if( aAdvancements.getLength() != maText.Length ) in applyLogicalAdvancements() 214 … ::canvas::tools::numeric_cast<sal_uInt16>(maText.Length) ), in queryTextBounds() 328 ::rtl::OUString aSubText = maText.Text.copy( maText.StartPosition, maText.Length ); in draw() 404 … ::canvas::tools::numeric_cast<sal_uInt16>(maText.Length), in draw() 431 … ::rtl::OUStringToOString( maText.Text.copy( maText.StartPosition, maText.Length ), in draw() 446 ::canvas::tools::numeric_cast<sal_uInt16>(maText.Length) ); in draw() 453 ::canvas::tools::numeric_cast<sal_uInt16>(maText.Length) ); in draw() 592 … ::rtl::OUStringToOString( maText.Text.copy( maText.StartPosition, maText.Length ), in draw()
|
/aoo41x/main/chart2/source/view/axes/ |
H A D | VAxisProperties.cxx | 138 aTickmarkProperties.Length = lcl_calcTickLengthForDepth(nDepth,nTickmarkStyle); in makeTickmarkProperties() 139 …RelativePos = static_cast<sal_Int32>(lcl_getTickOffset(aTickmarkProperties.Length,nTickmarkStyle)); in makeTickmarkProperties() 150 …aTickmarkProperties.Length = nTickLength;// + nTextLevel*( lcl_calcTickLengthForDepth(0,nTickmarkS… in makeTickmarkPropertiesForComplexCategories() 151 …lativePos = static_cast<sal_Int32>(lcl_getTickOffset(aTickmarkProperties.Length+nTickStartDistance… in makeTickmarkPropertiesForComplexCategories() 161 aTickmarkProperties.Length = lcl_calcTickLengthForDepth( nDepth,nTickmarkStyle ); in getBiggestTickmarkProperties() 162 …tivePos = static_cast<sal_Int32>( lcl_getTickOffset( aTickmarkProperties.Length, nTickmarkStyle ) … in getBiggestTickmarkProperties()
|
H A D | Tickmarks.cxx | 238 B2DVector aEnd = aStart - aOrthoDirection*rTickmarkProperties.Length; in addPointSequenceForTickLine() 269 aEnd = aStart - aOrthoDirection*aProps.Length; in getDistanceAxisTickToText() 277 B2DVector aNewEnd = aNewStart - aOrthoDirection*rProps.Length; in getDistanceAxisTickToText()
|
H A D | TickmarkHelper.cxx | 819 B2DVector aEnd = aStart - aOrthoDirection*rTickmarkProperties.Length; in addPointSequenceForTickLine() 850 aEnd = aStart - aOrthoDirection*aProps.Length; in getDistanceAxisTickToText() 858 B2DVector aNewEnd = aNewStart - aOrthoDirection*rProps.Length; in getDistanceAxisTickToText()
|
/aoo41x/main/canvas/source/vcl/ |
H A D | textlayout.cxx | 140 ::canvas::tools::numeric_cast<sal_uInt16>(maText.Length), in queryTextShapes() 192 ::canvas::tools::numeric_cast<sal_uInt16>(maText.Length), in queryInkMeasures() 233 ENSURE_ARG_OR_THROW( aAdvancements.getLength() == maText.Length, in applyLogicalAdvancements() 272 … ::canvas::tools::numeric_cast<sal_uInt16>(maText.Length) ), in queryTextBounds() 405 ::canvas::tools::numeric_cast<sal_uInt16>(maText.Length) ); in draw() 412 ::canvas::tools::numeric_cast<sal_uInt16>(maText.Length) ); in draw()
|
/aoo41x/main/offapi/com/sun/star/xsd/ |
H A D | String.idl | 45 <p>Note that you cannot specifiy <member>Length</member> together 48 [property, maybevoid] long Length; 53 with <member>Length</member>.</p> 60 with <member>Length</member>.</p>
|
/aoo41x/main/canvas/source/directx/ |
H A D | dx_textlayout_drawhelper.cxx | 135 if(rText.Length) in drawText() 260 (xub_StrLen)rText.Length ); in drawText() 268 (xub_StrLen)rText.Length ); in drawText() 279 if(!(rText.Length)) in queryTextBounds() 344 … ::canvas::tools::numeric_cast<sal_uInt16>(rText.Length) ), in queryTextBounds()
|
/aoo41x/main/testtools/source/bridgetest/cli/ |
H A D | cli_cs_bridgetest.cs | 86 else if (t1.GetInterfaces().Length > 0 && ! t1.IsValueType) in compareData() 121 && ar1.Length == ar2.Length && t1.GetElementType() == t2.GetElementType())) in compareSequence() 125 int len = ar1.Length; in compareSequence() 147 int cFields = fields.Length; in compareStruct() 548 ar.Length == 2, "transportPolySequence, length"); in performTest() 572 bRet &= check(((string) s.member).Length == 0, in performTest() 588 bRet &= check(((bool[]) s.member).Length == 0, in performTest() 884 ret = (s.Length > 0) && ret; in testObjectMethodsImplemention() 999 if (args.Length < 1) in run()
|
H A D | cli_vb_bridgetest.vb | 145 ElseIf t1.GetInterfaces().Length > 0 And Not t1.IsValueType 170 And ar1.Length = ar2.Length And t1.GetElementType().Equals(t2.GetElementType()))) 174 Dim len As Integer = ar1.Length 196 Dim cFields As Integer = fields.Length 794 ret = (s.Length > 0) And ret 830 If (args.Length < 1)
|
H A D | cli_cpp_bridgetest.cxx | 107 else if (t1->GetInterfaces()->Length > 0 && ! t1->IsValueType) 142 && ar1->Length == ar2->Length && t1->GetElementType() == t2->GetElementType())) 146 int len = ar1->Length; 167 int cFields = fields->Length; 832 ret = (s->Length > 0) && ret; 943 if (args->Length < 1)
|
/aoo41x/main/odk/examples/OLE/delphi/InsertTables/ |
H A D | SampleCode.pas | 333 iTableNumber := strtoint( Copy(sTableName, i + 2, Length( sTableName ) - i - 1 ) ); 378 iTableNameLength := Length( sTableAddress ); 404 …If Pos(sBookmarkName, sBookNames[iBookCounter]) = (1 + Length(sBookNames[iBookCounter]) - Length(s…
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbatextboxshape.cxx | 51 ScVbaTextBoxShape::characters( const uno::Any& Start, const uno::Any& Length ) throw (uno::RuntimeE… in characters() argument 61 return new ScVbaCharacters( this, mxContext, aPalette, xSimple, Start, Length, sal_True ); in characters()
|
H A D | vbacharacters.cxx | 32 …t::XSimpleText>& xRange,const css::uno::Any& Start, const css::uno::Any& Length, sal_Bool Replace … in ScVbaCharacters() argument 38 Length >>=nLength; in ScVbaCharacters()
|
/aoo41x/main/shell/source/all/ |
H A D | xml_parser.cxx | 189 void xml_parser::parse(const char* XmlData, size_t Length, bool IsFinal) in parse() argument 191 if (0 == XML_Parse(xml_parser_, XmlData, Length, IsFinal)) in parse()
|
/aoo41x/main/offapi/com/sun/star/rendering/ |
H A D | StringContext.idl | 54 /** Length of the substring to actually use.<p> 58 long Length;
|
/aoo41x/main/cppcanvas/source/mtfrenderer/ |
H A D | textaction.cxx | 287 … static_cast<sal_uInt16>(rStringContext.Length) ), in getLineWidth() 395 rSubset.mnSubsetBegin, rOrigContext.Length-1 ) ); in createSubsetLayout() 399 rOrigContext.Length ), in createSubsetLayout() 457 rSubset.mnSubsetEnd == rOrigContext.Length ) in createSubsetLayout() 1209 return rOrigContext.Length; in getActionCount() 1547 return rOrigContext.Length; in getActionCount() 1877 rSubset.mnSubsetEnd == rOrigContext.Length ) in render()
|
/aoo41x/main/canvas/source/null/ |
H A D | null_textlayout.cxx | 99 if( aAdvancements.getLength() != maText.Length ) in applyLogicalAdvancements() 129 nFontSize * maText.Length, in queryTextBounds()
|
/aoo41x/main/odk/examples/CLI/CSharp/Spreadsheet/ |
H A D | SpreadsheetSample.cs | 836 for (int nIndex = 0; nIndex < aPageBreakArray.Length; ++nIndex) in doDocumentSamples() 1084 if ( aNames.Length > 0 ) in getFirstDatabaseName() 1115 if ( aNames.Length > 0 ) in getFirstTableName() 1316 for ( int i=0; i<aNames.Length; i++ ) in doDatabaseSamples() 1465 for (int nFunction=0; nFunction<nRecentIds.Length; nFunction++) in doFunctionAccessSamples() 1469 for (int nProp=0; nProp<aProperties.Length; nProp++) in doFunctionAccessSamples() 1493 for ( int i=0; i<aEntries.Length; i++ ) in doApplicationSettingsSamples()
|
/aoo41x/main/migrationanalysis/src/driver_docs/sources/powerpoint/ |
H A D | MigrationAnalyser.cls | 456 last = first + myTextRange.Length - 1 467 lineEnd = currLine.start + currLine.Length - 1 622 lastLength = shapeText.Length - lastStart
|
/aoo41x/main/offapi/com/sun/star/i18n/ |
H A D | XCollator.idl | 48 Length (from offset) of the first substring. 57 Length (from offset) of the second substring.
|
/aoo41x/main/oovbaapi/ooo/vba/excel/ |
H A D | XRange.idl | 116 string Characters([in] any Start, [in] any Length); 142 XCharacters characters([in] any Start, [in] any Length);
|
/aoo41x/main/connectivity/source/inc/ado/ |
H A D | Awrapado.hxx | 260 OLEVariant GetChunk(long Length) const; 261 void GetChunk(long Length,OLEVariant &aValVar) const;
|