Home
last modified time | relevance | path

Searched refs:aResult (Results 1 – 25 of 388) sorted by relevance

12345678910>>...16

/trunk/main/comphelper/source/misc/
H A Daccessibletexthelper.cxx349 TextSegment aResult; in getTextAtIndex() local
350 aResult.SegmentStart = -1; in getTextAtIndex()
351 aResult.SegmentEnd = -1; in getTextAtIndex()
359 aResult.SegmentText = sText.copy( nIndex, 1 ); in getTextAtIndex()
360 aResult.SegmentStart = nIndex; in getTextAtIndex()
361 aResult.SegmentEnd = nIndex+1; in getTextAtIndex()
371aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex()
372 aResult.SegmentStart = aBoundary.startPos; in getTextAtIndex()
373 aResult.SegmentEnd = aBoundary.endPos; in getTextAtIndex()
383aResult.SegmentText = sText.copy( aBoundary.startPos, aBoundary.endPos - aBoundary.startPos ); in getTextAtIndex()
[all …]
H A Dmimeconfighelper.cxx51 ::rtl::OUString aResult; in GetStringClassIDRepresentation()
58 aResult += ::rtl::OUString::createFromAscii( "-" ); in GetStringClassIDRepresentation()
62 aResult += ::rtl::OUString::valueOf( nDigit1, 16 ); in GetStringClassIDRepresentation()
63 aResult += ::rtl::OUString::valueOf( nDigit2, 16 ); in GetStringClassIDRepresentation()
67 return aResult; in GetStringClassIDRepresentation()
93 uno::Sequence< sal_Int8 > aResult( 16 ); in GetSequenceClassIDRepresentation() local
105 aResult[nSeqInd++] = (sal_Int8)( nDigit1 * 16 + nDigit2 ); in GetSequenceClassIDRepresentation()
112 return aResult; in GetSequenceClassIDRepresentation()
332 uno::Sequence< beans::NamedValue > aResult; in GetObjPropsFromConfigEntry() local
340 aResult.realloc( aObjPropNames.getLength() + 1 ); in GetObjPropsFromConfigEntry()
[all …]
H A Ddocpasswordhelper.cxx54 uno::Sequence< sal_Int8 > aResult; in GeneratePBKDF2Hash() local
59 aResult.realloc( 16 ); in GeneratePBKDF2Hash()
60 rtl_digest_PBKDF2( reinterpret_cast < sal_uInt8 * > ( aResult.getArray() ), in GeneratePBKDF2Hash()
61 aResult.getLength(), in GeneratePBKDF2Hash()
69 return aResult; in GeneratePBKDF2Hash()
81 uno::Sequence< beans::PropertyValue > aResult; in GenerateNewModifyPasswordInfo() local
89 aResult.realloc( 4 ); in GenerateNewModifyPasswordInfo()
90 aResult[0].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "algorithm-name" ) ); in GenerateNewModifyPasswordInfo()
91 aResult[0].Value <<= ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "PBKDF2" ) ); in GenerateNewModifyPasswordInfo()
92 aResult[1].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "salt" ) ); in GenerateNewModifyPasswordInfo()
[all …]
/trunk/main/chart2/source/tools/
H A DBaseGFXHelper.cxx133 B3DHomMatrix aResult; in HomogenMatrixToB3DHomMatrix() local
135 aResult.set( 0, 0, rHomogenMatrix.Line1.Column1 ); in HomogenMatrixToB3DHomMatrix()
136 aResult.set( 0, 1, rHomogenMatrix.Line1.Column2 ); in HomogenMatrixToB3DHomMatrix()
137 aResult.set( 0, 2, rHomogenMatrix.Line1.Column3 ); in HomogenMatrixToB3DHomMatrix()
138 aResult.set( 0, 3, rHomogenMatrix.Line1.Column4 ); in HomogenMatrixToB3DHomMatrix()
140 aResult.set( 1, 0, rHomogenMatrix.Line2.Column1 ); in HomogenMatrixToB3DHomMatrix()
141 aResult.set( 1, 1, rHomogenMatrix.Line2.Column2 ); in HomogenMatrixToB3DHomMatrix()
142 aResult.set( 1, 2, rHomogenMatrix.Line2.Column3 ); in HomogenMatrixToB3DHomMatrix()
143 aResult.set( 1, 3, rHomogenMatrix.Line2.Column4 ); in HomogenMatrixToB3DHomMatrix()
145 aResult.set( 2, 0, rHomogenMatrix.Line3.Column1 ); in HomogenMatrixToB3DHomMatrix()
[all …]
H A DDataSourceHelper.cxx269 ::std::vector< ::rtl::OUString > aResult; in getUsedDataRanges()
275 lcl_addRanges( aResult, xCategories ); in getUsedDataRanges()
282 lcl_addDataSourceRanges( aResult, xDataSource ); in getUsedDataRanges()
283 lcl_addErrorBarRanges( aResult, *aSeriesIt ); in getUsedDataRanges()
287 return ContainerHelper::ContainerToSequence( aResult ); in getUsedDataRanges()
305 ::std::vector< uno::Reference< chart2::data::XLabeledDataSequence > > aResult; in getUsedData()
310 aResult.push_back( xCategories ); in getUsedData()
321 ::std::back_inserter( aResult )); in getUsedData()
325 new DataSource( ContainerHelper::ContainerToSequence( aResult ))); in getUsedData()
467 Sequence< OUString > aResult; in getRangesFromLabeledDataSequence() local
[all …]
/trunk/main/sw/source/core/doc/
H A Ddbgoutsw.cxx413 String aResult("[ [", RTL_TEXTENCODING_ASCII_US); in lcl_dbg_out() local
415 aResult += String::CreateFromInt32(rRect.Left()); in lcl_dbg_out()
416 aResult += String(", ", RTL_TEXTENCODING_ASCII_US); in lcl_dbg_out()
417 aResult += String::CreateFromInt32(rRect.Top()); in lcl_dbg_out()
418 aResult += String("], [", RTL_TEXTENCODING_ASCII_US); in lcl_dbg_out()
419 aResult += String::CreateFromInt32(rRect.Right()); in lcl_dbg_out()
420 aResult += String(", ", RTL_TEXTENCODING_ASCII_US); in lcl_dbg_out()
421 aResult += String::CreateFromInt32(rRect.Bottom()); in lcl_dbg_out()
423 aResult += String("] ]", RTL_TEXTENCODING_ASCII_US); in lcl_dbg_out()
425 return aResult; in lcl_dbg_out()
[all …]
/trunk/main/writerfilter/source/doctok/
H A DWW8PieceTableImpl.cxx83 tEntries::const_iterator aResult = mEntries.end(); in findCp() local
91 aResult = aIt; in findCp()
97 return aResult; in findCp()
103 tEntries::const_iterator aResult = mEntries.end(); in findFc() local
109 aResult = mEntries.begin(); in findFc()
130 aResult = aIt; in findFc()
141 return aResult; in findFc()
146 Cp aResult; in getFirstCp() local
149 aResult = getCp(0); in getFirstCp()
153 return aResult; in getFirstCp()
[all …]
/trunk/main/ucbhelper/source/client/
H A Dcontent.cxx537 Any aResult = m_xImpl->executeCommand( aCommand ); in getCommands() local
540 aResult >>= xInfo; in getCommands()
553 Any aResult = m_xImpl->executeCommand( aCommand ); in getProperties() local
556 aResult >>= xInfo; in getProperties()
680 Any aResult = m_xImpl->executeCommand( aCommand ); in getPropertyValuesInterface() local
683 aResult >>= xRow; in getPropertyValuesInterface()
713 Any aResult = m_xImpl->executeCommand( aCommand ); in getPropertyValuesInterface() local
716 aResult >>= xRow; in getPropertyValuesInterface()
761 Any aResult = m_xImpl->executeCommand( aCommand ); in setPropertyValues() local
764 aResult >>= aErrors; in setPropertyValues()
[all …]
/trunk/main/basegfx/source/polygon/
H A Db2dsvgpolypolygon.cxx689 ::rtl::OUStringBuffer aResult; in exportToSvgPoints()
697 aResult.append(sal_Unicode(' ')); in exportToSvgPoints()
700 ::basegfx::internal::lcl_putNumberChar(aResult, aPoint.getX()); in exportToSvgPoints()
701 aResult.append(sal_Unicode(',')); in exportToSvgPoints()
702 ::basegfx::internal::lcl_putNumberChar(aResult, aPoint.getY()); in exportToSvgPoints()
705 return aResult.makeStringAndClear(); in exportToSvgPoints()
715 ::rtl::OUStringBuffer aResult; in exportToSvgD()
743aResult.append(::basegfx::internal::lcl_getCommand('M', 'm', bUseRelativeCoordinatesForFirstPoint)… in exportToSvgD()
744 …::basegfx::internal::lcl_putNumberCharWithSpace(aResult, aEdgeStart.getX(), aCurrentSVGPosition.ge… in exportToSvgD()
745 …::basegfx::internal::lcl_putNumberCharWithSpace(aResult, aEdgeStart.getY(), aCurrentSVGPosition.ge… in exportToSvgD()
[all …]
/trunk/main/sc/source/core/data/
H A Dcell.cxx729 aResult( rCell.aResult ), in ScFormulaCell()
909 if (!pCode->GetCodeError() && aResult.GetType() == svMatrixCell && in GetResultDimensions()
910 ((pMat = static_cast<const ScToken*>(aResult.GetToken().get())->GetMatrix()) != 0)) in GetResultDimensions()
938 …if ( !pCode->GetLen() && aResult.GetHybridFormula().Len() && rFormula == aResult.GetHybridFormula(… in Compile()
962 if( !pCode->GetLen() && aResult.GetHybridFormula().Len() ) in CompileTokenArray()
963 Compile( aResult.GetHybridFormula(), bNoListening, eTempGrammar); in CompileTokenArray()
985 aResult.SetToken( NULL); in CompileTokenArray()
1055 if( !pCode->GetLen() && aResult.GetHybridFormula().Len() ) in CalcAfterLoad()
1057 Compile( aResult.GetHybridFormula(), sal_True, eTempGrammar); in CalcAfterLoad()
1058 aResult.SetToken( NULL); in CalcAfterLoad()
[all …]
/trunk/main/tools/source/ref/
H A Dglobname.cxx410 com::sun::star::uno::Sequence< sal_Int8 > aResult( 16 ); in GetByteSequence() local
412 aResult[0] = (sal_Int8) (*(sal_uInt32 *)pImp->szData >> 24); in GetByteSequence()
413 aResult[1] = (sal_Int8) ((*(sal_uInt32 *)pImp->szData << 8 ) >> 24); in GetByteSequence()
414 aResult[2] = (sal_Int8) ((*(sal_uInt32 *)pImp->szData << 16 ) >> 24); in GetByteSequence()
415 aResult[3] = (sal_Int8) ((*(sal_uInt32 *)pImp->szData << 24 ) >> 24); in GetByteSequence()
416 aResult[4] = (sal_Int8) (*(sal_uInt16 *)&pImp->szData[ 4 ] >> 8); in GetByteSequence()
417 aResult[5] = (sal_Int8) ((*(sal_uInt16 *)&pImp->szData[ 4 ] << 8 ) >> 8); in GetByteSequence()
418 aResult[6] = (sal_Int8) (*(sal_uInt16 *)&pImp->szData[ 6 ] >> 8); in GetByteSequence()
419 aResult[7] = (sal_Int8) ((*(sal_uInt16 *)&pImp->szData[ 6 ] << 8 ) >> 8); in GetByteSequence()
420 aResult[8] = pImp->szData[ 8 ]; in GetByteSequence()
[all …]
/trunk/main/xmlsecurity/source/xmlsec/nss/
H A Dciphercontext.cxx158 uno::Sequence< sal_Int8 > aResult; in convertWithCipherContext() local
163 aResult.realloc( aToConvert.getLength() + m_nBlockSize ); in convertWithCipherContext()
164 …herOp( m_pContext, reinterpret_cast< unsigned char* >( aResult.getArray() ), &nResultLen, aResult.… in convertWithCipherContext()
172 aResult.realloc( nResultLen ); in convertWithCipherContext()
175 return aResult; in convertWithCipherContext()
223 uno::Sequence< sal_Int8 > aResult; in finalizeCipherContextAndDispose() local
227 aResult.realloc( m_aLastBlock.getLength() + m_nBlockSize ); in finalizeCipherContextAndDispose()
228 …herOp( m_pContext, reinterpret_cast< unsigned char* >( aResult.getArray() ), &nPrefResLen, aResult in finalizeCipherContextAndDispose()
235 aResult.realloc( nPrefResLen ); in finalizeCipherContextAndDispose()
239 sal_Int32 nPrefixLen = aResult.getLength(); in finalizeCipherContextAndDispose()
[all …]
/trunk/main/svl/source/misc/
H A Dlockfilecommon.cxx127 uno::Sequence< uno::Sequence< ::rtl::OUString > > aResult( 10 ); in ParseList() local
131 if ( nCurEntry >= aResult.getLength() ) in ParseList()
132 aResult.realloc( nCurEntry + 10 ); in ParseList()
133 aResult[nCurEntry] = ParseEntry( aBuffer, nCurPos ); in ParseList()
137 aResult.realloc( nCurEntry ); in ParseList()
138 return aResult; in ParseList()
144 uno::Sequence< ::rtl::OUString > aResult( LOCKFILE_ENTRYSIZE ); in ParseEntry() local
148 aResult[nInd] = ParseName( aBuffer, io_nCurPos ); in ParseEntry()
155 return aResult; in ParseEntry()
161 ::rtl::OStringBuffer aResult; in ParseName()
[all …]
/trunk/main/sdext/source/pdfimport/wrapper/
H A Dwrapper.cxx172 void parseFontFamilyName( FontAttributes& aResult );
182 FontAttributes& aResult, bool bItalic, bool bBold);
250 rtl::OString aResult(pBuffer); in lcl_unescapeLineFeeds() local
252 return aResult; in lcl_unescapeLineFeeds()
312 basegfx::B2DPolyPolygon aResult; in readPath() local
360 aResult.append( aSubPath ); in readPath()
367 basegfx::B2DRange aRange( aResult.getB2DRange() ); in readPath()
375 new basegfx::unotools::UnoPolyPolygon(aResult)); in readPath()
472 FontAttributes& aResult, bool bItalic, bool bBold) in parseFontCheckForString() argument
481 aResult.isItalic = bItalic; in parseFontCheckForString()
[all …]
/trunk/main/chart2/source/inc/
H A DContainerHelper.hxx52 ::com::sun::star::uno::Sequence< typename Container::value_type > aResult( rCont.size()); in ContainerToSequence()
53 ::std::copy( rCont.begin(), rCont.end(), aResult.getArray()); in ContainerToSequence()
54 return aResult; in ContainerToSequence()
74 Container aResult( rSeq.getLength()); in SequenceToSTLSequenceContainer() local
76 aResult.begin() ); in SequenceToSTLSequenceContainer()
77 return aResult; in SequenceToSTLSequenceContainer()
100 Container aResult; in SequenceToSTLContainer() local
102 ::std::inserter< Container >( aResult, aResult.begin())); in SequenceToSTLContainer()
103 return aResult; in SequenceToSTLContainer()
150 ::com::sun::star::uno::Sequence< typename Map::key_type > aResult( rCont.size()); in MapKeysToSequence()
[all …]
/trunk/main/sw/source/core/SwNumberTree/
H A DSwNodeNum.cxx157 bool aResult = true; in IsNotifiable() local
160 aResult = GetTxtNode()->IsNotifiable(); in IsNotifiable()
162 return aResult; in IsNotifiable()
167 bool aResult = true; in IsNotificationEnabled() local
170 aResult = GetTxtNode()->IsNotificationEnabled(); in IsNotificationEnabled()
172 return aResult; in IsNotificationEnabled()
177 bool aResult = false; in IsContinuous() local
182 aResult = mpNumRule->IsContinusNum(); in IsContinuous()
186 aResult = GetParent()->IsContinuous(); in IsContinuous()
194 return aResult; in IsContinuous()
[all …]
/trunk/main/svl/source/passwordcontainer/
H A Dpasswordcontainer.cxx59 ::rtl::OString aResult; in createIndex()
65 aResult += ::rtl::OString( "__" ); in createIndex()
75 aResult += ::rtl::OString::valueOf( *pLine ); in createIndex()
79 aResult += ::rtl::OString("_"); in createIndex()
80 aResult += ::rtl::OString::valueOf( (sal_Int32) *pLine, 16 ); in createIndex()
87 return ::rtl::OUString::createFromAscii( aResult.getStr() ); in createIndex()
94 vector< ::rtl::OUString > aResult; in getInfoFromInd() local
124 return aResult; in getInfoFromInd()
134 aResult.push_back( newItem ); in getInfoFromInd()
140 return aResult; in getInfoFromInd()
[all …]
/trunk/main/editeng/source/accessibility/
H A DAccessibleEditableTextPara.cxx2035 ::com::sun::star::accessibility::TextSegment aResult; in getTextAtIndex()
2036 aResult.SegmentStart = -1; in getTextAtIndex()
2037 aResult.SegmentEnd = -1; in getTextAtIndex()
2044 aResult = OCommonAccessibleText::getTextAtIndex( nIndex, aTextType ); in getTextAtIndex()
2045 ExtendByField( aResult ); in getTextAtIndex()
2057 aResult.SegmentStart = aResult.SegmentEnd = nTextLen; in getTextAtIndex()
2073 aResult.SegmentText = GetTextRange(nStartIndex, nEndIndex); in getTextAtIndex()
2079 aResult.SegmentStart = nStartIndex; in getTextAtIndex()
2080 aResult.SegmentEnd = nEndIndex; in getTextAtIndex()
2121 aResult.SegmentStart = 0; in getTextAtIndex()
[all …]
H A DAccessibleStaticTextBase.cxx942 ::com::sun::star::accessibility::TextSegment aResult; in getTextAtIndex()
953 aResult.SegmentText = mpImpl->GetParagraph( aPos.nPara ).getText(); in getTextAtIndex()
956 aResult.SegmentStart = mpImpl->Internal2Index( EPosition( aPos.nPara, 0 ) ); in getTextAtIndex()
957 aResult.SegmentEnd = aResult.SegmentStart + aResult.SegmentText.getLength(); in getTextAtIndex()
965 aResult.SegmentText = getTextRange( nStartIndex, nEndIndex ); in getTextAtIndex()
966 aResult.SegmentStart = nStartIndex; in getTextAtIndex()
967 aResult.SegmentEnd = nEndIndex; in getTextAtIndex()
973 aResult = mpImpl->GetParagraph( aPos.nPara ).getTextAtIndex( aPos.nIndex, aTextType ); in getTextAtIndex()
976 mpImpl->CorrectTextSegment( aResult, aPos.nPara ); in getTextAtIndex()
979 aResult.SegmentText = rtl::OUString(cNewLine); in getTextAtIndex()
[all …]
/trunk/main/unotools/source/config/
H A Ddocinfohelper.cxx40 rtl::OUStringBuffer aResult; in GetGeneratorString() local
53 aResult.append( aValue.replace( ' ', '_' ) ); in GetGeneratorString()
54 aResult.append( (sal_Unicode)'/' ); in GetGeneratorString()
60 aResult.append( aValue.replace( ' ', '_' ) ); in GetGeneratorString()
66 aResult.append( (sal_Unicode)'_' ); in GetGeneratorString()
67 aResult.append( aValue.replace( ' ', '_' ) ); in GetGeneratorString()
71 aResult.append( (sal_Unicode)'$' ); in GetGeneratorString()
72 aResult.append( ::rtl::OUString::createFromAscii( in GetGeneratorString()
75 aResult.append( (sal_Unicode)' ' ); in GetGeneratorString()
83 aResult.appendAscii( "OpenOffice.org_project/" ); in GetGeneratorString()
[all …]
/trunk/main/dbaccess/source/ui/misc/
H A Dlinkeddocuments.cxx158 Sequence< sal_Int8 > aResult( 16 ); in lcl_GetSequenceClassID() local
159 aResult[0] = static_cast<sal_Int8>(n1 >> 24); in lcl_GetSequenceClassID()
160 aResult[1] = static_cast<sal_Int8>(( n1 << 8 ) >> 24); in lcl_GetSequenceClassID()
161 aResult[2] = static_cast<sal_Int8>(( n1 << 16 ) >> 24); in lcl_GetSequenceClassID()
162 aResult[3] = static_cast<sal_Int8>(( n1 << 24 ) >> 24); in lcl_GetSequenceClassID()
163 aResult[4] = static_cast<sal_Int8>(n2 >> 8); in lcl_GetSequenceClassID()
164 aResult[5] = static_cast<sal_Int8>(( n2 << 8 ) >> 8); in lcl_GetSequenceClassID()
165 aResult[6] = static_cast<sal_Int8>(n3 >> 8); in lcl_GetSequenceClassID()
166 aResult[7] = static_cast<sal_Int8>(( n3 << 8 ) >> 8); in lcl_GetSequenceClassID()
167 aResult[8] = b8; in lcl_GetSequenceClassID()
[all …]
/trunk/main/sc/source/ui/dbgui/
H A Dimoptdlg.cxx87 String aResult; in BuildString() local
90 aResult.AppendAscii( pStrFix ); in BuildString()
92 aResult += String::CreateFromInt32(nFieldSepCode); in BuildString()
93 aResult += ','; in BuildString()
94 aResult += String::CreateFromInt32(nTextSepCode); in BuildString()
95 aResult += ','; in BuildString()
96 aResult += aStrFont; in BuildString()
98aResult.AppendAscii( ",1,,0," ); // first row, no column info, default lang… in BuildString()
99aResult.AppendAscii(bQuoteAllText ? "true" : "false"); // same as "quoted field as text" in ScAsc… in BuildString()
100 aResult.AppendAscii( ",true," ); // "detect special numbers" in BuildString()
[all …]
/trunk/main/extensions/source/activex/main/
H A Dso_activex.cpp213 BOOL aResult = FALSE; in DllRegisterServerNative_Impl() local
245 aResult = in DllRegisterServerNative_Impl()
308 for( ind = 0; ind < SUPPORTED_EXT_NUM && aResult; ind++ ) in DllRegisterServerNative_Impl()
318 aResult = FALSE; in DllRegisterServerNative_Impl()
336 …if ( aResult && ERROR_SUCCESS == RegOpenKeyExA(bForAllUsers ? HKEY_LOCAL_MACHINE : HKEY_CURRENT_US… in DllRegisterServerNative_Impl()
342 aResult = FALSE; in DllRegisterServerNative_Impl()
349 aResult = FALSE; in DllRegisterServerNative_Impl()
354 return aResult; in DllRegisterServerNative_Impl()
507 BOOL aResult = TRUE; in DllRegisterServerDoc_Impl() local
521 for( ind = 0; ind < SUPPORTED_MSEXT_NUM && aResult; ind++ ) in DllRegisterServerDoc_Impl()
[all …]
/trunk/main/sal/inc/rtl/
H A Duri.hxx98 rtl::OUString aResult; in encode() local
103 &aResult.pData); in encode()
104 return aResult; in encode()
113 rtl::OUString aResult; in encode() local
118 &aResult.pData); in encode()
119 return aResult; in encode()
127 rtl::OUString aResult; in decode() local
131 &aResult.pData); in decode()
132 return aResult; in decode()
138 rtl::OUString aResult; in convertRelToAbs() local
[all …]
/trunk/main/sw/source/core/undo/
H A Dundobj.cxx300 String aResult; in GetComment() local
313 aResult = *pComment; in GetComment()
317 aResult = String(SW_RES(UNDO_BASE + GetId())); in GetComment()
321 aResult = aRewriter.Apply(aResult); in GetComment()
324 return aResult; in GetComment()
329 SwRewriter aResult; in GetRewriter() local
331 return aResult; in GetRewriter()
1233 String aResult; in ShortenString()
1236 aResult = rStr; in ShortenString()
1248 aResult += rStr.Copy(0, nFrontLen); in ShortenString()
[all …]

12345678910>>...16