Home
last modified time | relevance | path

Searched refs:aResult (Results 251 – 275 of 386) sorted by relevance

1...<<111213141516

/aoo41x/main/embeddedobj/source/msole/
H A Dgraphconvert.cxx52 uno::Any& aResult ) in ConvertBufferToFormat() argument
80aResult <<= uno::Sequence< sal_Int8 >( reinterpret_cast< const sal_Int8* >( aNewStream.GetData() )… in ConvertBufferToFormat()
/aoo41x/main/sw/source/core/crsr/
H A Dpam.cxx1174 String aResult; in GetTxt() local
1206 aResult += aTmpStr.Copy(Start()->nContent.GetIndex(), in GetTxt()
1210 aResult += aTmpStr.Copy(0, End()->nContent.GetIndex()); in GetTxt()
1212 aResult += aTmpStr; in GetTxt()
1217 return aResult; in GetTxt()
H A Dfindtxt.cxx677 SearchResult aResult; in ReplaceBackReferences() local
678 if( aSTxt.SearchFrwrd( rStr, &nStart, &nEnd, &aResult ) ) in ReplaceBackReferences()
681 aSTxt.ReplaceBackReferences( aReplaceStr, rStr, aResult ); in ReplaceBackReferences()
/aoo41x/main/sw/source/core/undo/
H A DSwUndoField.cxx59 SwPosition aResult(aNodeIndex, aIndex); in GetPosition() local
61 return aResult; in GetPosition()
H A Dunovwr.cxx328 SwRewriter aResult; in GetRewriter() local
337 aResult.AddRule(UNDO_ARG1, aString); in GetRewriter()
339 return aResult; in GetRewriter()
/aoo41x/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx110 ::com::sun::star::uno::Sequence< T > aResult( rCont.size()); in lcl_VectorToSequence()
112 return aResult; in lcl_VectorToSequence()
1738 ::std::vector< beans::PropertyValue > aResult; in detectArguments()
1757 return lcl_VectorToSequence( aResult ); in detectArguments()
1873 aResult.push_back( in detectArguments()
1882 aResult.push_back( in detectArguments()
1890 aResult.push_back( in detectArguments()
1898 aResult.push_back( in detectArguments()
1924 aResult.push_back( in detectArguments()
1994 aResult.push_back( in detectArguments()
[all …]
/aoo41x/main/vcl/os2/source/gdi/
H A Dsalgdi3.cxx594 CmapResult aResult; in ReadCmapTable() local
595 ParseCMAP( aRawFontData.get(), aRawFontData.size(), aResult ); in ReadCmapTable()
596 mbDisableGlyphApi |= aResult.mbRecoded; in ReadCmapTable()
597 aResult.mbSymbolic = bIsSymbolFont; in ReadCmapTable()
598 if( aResult.mnRangeCount > 0 ) in ReadCmapTable()
599 mpUnicodeMap = new ImplFontCharMap( aResult ); in ReadCmapTable()
/aoo41x/main/svx/source/accessibility/
H A DAccessibleShape.cxx1778 ::com::sun::star::accessibility::TextSegment aResult; in getTextAtIndex()
1779 return aResult; in getTextAtIndex()
1783 ::com::sun::star::accessibility::TextSegment aResult; in getTextBeforeIndex()
1784 return aResult; in getTextBeforeIndex()
1788 ::com::sun::star::accessibility::TextSegment aResult; in getTextBehindIndex()
1789 return aResult; in getTextBehindIndex()
/aoo41x/main/framework/inc/jobs/
H A Djob.hxx210 … impl_reactForJobResult( const css::uno::Any& aResult );
224 … const css::uno::Any& aResult ) throw(css::uno::RuntimeException);
/aoo41x/main/svgio/source/svgreader/
H A Dsvgcharacternode.cxx537 const drawinglayer::primitive2d::Primitive2DSequence aResult( in decomposeTextWithStyle() local
540 if(aResult.hasElements()) in decomposeTextWithStyle()
542 … drawinglayer::primitive2d::appendPrimitive2DSequenceToPrimitive2DSequence(rTarget, aResult); in decomposeTextWithStyle()
/aoo41x/main/chart2/source/controller/dialogs/
H A Ddlg_DataSource.cxx80 DiagramHelper::tTemplateWithServiceName aResult( in DocumentChartTypeTemplateProvider() local
85 m_xTemplate.set( aResult.first ); in DocumentChartTypeTemplateProvider()
/aoo41x/main/svtools/source/contnr/
H A Dimivctl1.cxx3159 Rectangle aResult( rRect ); in GetHotSpot() local
3160 aResult.Justify(); in GetHotSpot()
3163 aResult.Left() += nDelta; in GetHotSpot()
3164 aResult.Right() -= nDelta; in GetHotSpot()
3166 aResult.Top() += nDelta; in GetHotSpot()
3168 return aResult; in GetHotSpot()
4578 Point aResult; in GetPopupMenuPosPixel() local
4580 return aResult; in GetPopupMenuPosPixel()
4591 aResult = aRect.Center(); in GetPopupMenuPosPixel()
4592 aResult = pView->GetPixelPos( aResult ); in GetPopupMenuPosPixel()
[all …]
/aoo41x/main/formula/source/ui/dlg/
H A Dfuncutl.cxx422 String aResult; in GetArgVal() local
425 aResult=pEdArg->GetText(); in GetArgVal()
427 return aResult; in GetArgVal()
/aoo41x/main/vcl/unx/generic/printergfx/
H A Dprinterjob.cxx305 rtl::OUString aResult = aDir.makeStringAndClear(); in createSpoolDir() local
306 if( osl::Directory::create( aResult ) == osl::FileBase::E_None ) in createSpoolDir()
308 osl::File::setAttributes( aResult, in createSpoolDir()
312 return aResult; in createSpoolDir()
/aoo41x/main/basic/source/runtime/
H A Dmethods.cxx1653 StringCompare aResult; in RTLFUNC() local
1674 aResult = rStr1.CompareTo( rStr2 ); in RTLFUNC()
1675 if ( aResult == COMPARE_LESS ) in RTLFUNC()
1677 else if ( aResult == COMPARE_GREATER ) in RTLFUNC()
3309 String aResult; in RTLFUNC() local
3311 rPar.Get(1)->Format( aResult ); in RTLFUNC()
3315 rPar.Get(1)->Format( aResult, &aFmt ); in RTLFUNC()
3317 rPar.Get(0)->PutString( aResult ); in RTLFUNC()
3744 String aResult; in RTLFUNC() local
3745 SbError nDdeErr = pDDE->Request( nChannel, rItem, aResult ); in RTLFUNC()
[all …]
/aoo41x/main/wizards/com/sun/star/wizards/form/
H A DFormDocument.java294 ControlForm[] aResult = new ControlForm[oControlForms.size()]; in getControlForms() local
295 oControlForms.toArray( aResult ); in getControlForms()
296 return aResult; in getControlForms()
/aoo41x/main/vcl/source/gdi/
H A Dfont.cxx1065 Font aResult; in identifyFont() local
1066 if( ! identifyTrueTypeFont( i_pBuffer, i_nSize, aResult ) ) in identifyFont()
1072 identifyType1Font( pStream, i_nSize, aResult ); in identifyFont()
1076 return aResult; in identifyFont()
H A Dregion.cxx1798 Region aResult; in GetRegionFromPolyPolygon() local
1807 aResult.XOr( aRect ); in GetRegionFromPolyPolygon()
1811 aResult.XOr( Region(rPoly) ); in GetRegionFromPolyPolygon()
1815 return aResult; in GetRegionFromPolyPolygon()
/aoo41x/main/ucb/source/ucp/gio/
H A Dgio_datasupplier.cxx247 uno::Any aResult( xCmdProc->execute( in queryPropertyValues() local
250 if ( aResult >>= xRow ) in queryPropertyValues()
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/Linguistic/
H A DSampleThesaurus.java264 String[] aResult = { "com.sun.star.linguistic2.Thesaurus" }; in getSupportedServiceNames_Static() local
265 return aResult; in getSupportedServiceNames_Static()
/aoo41x/main/framework/source/dispatch/
H A Dstartmoduledispatcher.cxx224 … const css::uno::Any& aResult ) in implts_notifyResultListener() argument
232 aResult); in implts_notifyResultListener()
/aoo41x/main/sfx2/source/view/
H A Dsfxbasecontroller.cxx961 frame::BorderWidths aResult; in getBorder() local
967 aResult.Left = aBorder.Left(); in getBorder()
968 aResult.Top = aBorder.Top(); in getBorder()
969 aResult.Right = aBorder.Right(); in getBorder()
970 aResult.Bottom = aBorder.Bottom(); in getBorder()
973 return aResult; in getBorder()
/aoo41x/main/swext/mediawiki/src/com/sun/star/wiki/
H A DWikiArticle.java239 String aResult = aPost.getResponseBodyAsString(); in setArticle() local
242 System.out.print( "nSubmitCode = " + nResultCode + "\n===\n" + aResult ); in setArticle()
/aoo41x/main/sfx2/source/appl/
H A Dappserv.cxx1135 Any aResult = xHelper->executeDispatch( xProv, aCmd, ::rtl::OUString(), 0, aSeq ); in OfaExec_Impl() local
1138 (aResult >>= aEvent) && in OfaExec_Impl()
1165 Any aResult = xHelper->executeDispatch( xProv, aCmd, ::rtl::OUString(), 0, aSeq ); in OfaExec_Impl() local
1168 (aResult >>= aEvent) && in OfaExec_Impl()
/aoo41x/main/sal/qa/osl/socket/
H A Dosl_Socket.cxx738 oslSocketResult aResult; in ctors_none_000() local
739 rtl::OUString suHost = saSocketAddr.getLocalHostname( &aResult); in ctors_none_000()
951 oslSocketResult aResult; in getHostname_002() local
952 rtl::OUString suResult = saSocketAddr.getHostname( &aResult ); in getHostname_002()
953 CPPUNIT_ASSERT_MESSAGE("SocketAddr.getHostname failed.", aResult == osl_Socket_Ok); in getHostname_002()
1340 oslSocketResult aResult = osl_Socket_Error; in getLocalHostname_000() local
1341 rtl::OUString suHostname = osl::SocketAddr::getLocalHostname(&aResult); in getLocalHostname_000()
1342 CPPUNIT_ASSERT_MESSAGE("getLocalHostname failed", aResult == osl_Socket_Ok); in getLocalHostname_000()

Completed in 242 milliseconds

1...<<111213141516