Home
last modified time | relevance | path

Searched refs:aSource (Results 1 – 25 of 208) sorted by path

123456789

/trunk/main/UnoControls/inc/
H A Dmultiplexer.hxx330 virtual void SAL_CALL disposing(const UNO3_EVENTOBJECT& aSource) throw( UNO3_RUNTIMEEXCEPTION ) ;
/trunk/main/automation/source/inc/
H A Dtestapp.hxx84 void CalcPosition( String const &aSource, xub_StrLen nPos, xub_StrLen &l, xub_StrLen &c );
85 …xub_StrLen ImplSearch( const String &aSource, const xub_StrLen nStart, const xub_StrLen nEnd, cons…
86 …xub_StrLen PreCompilePart( String &aSource, xub_StrLen nStart, xub_StrLen nEnd, String aFinalError…
87 void PreCompileDispatchParts( String &aSource, String aStart, String aEnd, String aFinalLable );
/trunk/main/basctl/source/basicide/
H A Dmacrodlg.cxx331 ::rtl::OUString aSource( pModule->GetSource32() ); in DeleteMacro()
335 CutLines( aSource, nStart-1, nEnd-nStart+1, sal_True ); in DeleteMacro()
336 pModule->SetSource32( aSource ); in DeleteMacro()
341 OSL_VERIFY( aDocument.updateModule( aLibName, aModName, aSource ) ); in DeleteMacro()
/trunk/main/basegfx/source/polygon/
H A Db2dpolypolygoncutter.cxx839 const B2DPolyPolygon aSource(aCandidate); in createNonzeroConform() local
853 aCandidate.append(aSource.getB2DPolygon(a)); in createNonzeroConform()
H A Db2dpolypolygontools.cxx709 const B2DPolygon aSource(rPolyPolygon.getB2DPolygon(a)); in B2DPolyPolygonToUnoPolyPolygonBezierCoords() local
712 aSource, in B2DPolyPolygonToUnoPolyPolygonBezierCoords()
H A Db2dtrapezoid.cxx463 if(aSource.areControlPointsUsed()) in TrapezoidSubdivider()
465 aSource = aSource.getDefaultAdaptiveSubdivision(); in TrapezoidSubdivider()
1153 B2DPolygon aSource(rPolygon); in createLineTrapezoidFromB2DPolygon() local
1155 if(aSource.areControlPointsUsed()) in createLineTrapezoidFromB2DPolygon()
1158 aSource = adaptiveSubdivideByDistance( aSource, fLineWidth * fPrecisionFactor ); in createLineTrapezoidFromB2DPolygon()
1169 B2DPoint aCurrent(aSource.getB2DPoint(0)); in createLineTrapezoidFromB2DPolygon()
1194 B2DPolyPolygon aSource(rPolyPolygon); in createLineTrapezoidFromB2DPolyPolygon() local
1196 if(aSource.areControlPointsUsed()) in createLineTrapezoidFromB2DPolyPolygon()
1198 aSource = aSource.getDefaultAdaptiveSubdivision(); in createLineTrapezoidFromB2DPolyPolygon()
1201 const sal_uInt32 nCount(aSource.count()); in createLineTrapezoidFromB2DPolyPolygon()
[all …]
/trunk/main/basegfx/source/range/
H A Db2drange.cxx52 const B2DRange aSource(*this); in transform() local
54 expand(rMatrix * B2DPoint(aSource.getMinX(), aSource.getMinY())); in transform()
55 expand(rMatrix * B2DPoint(aSource.getMaxX(), aSource.getMinY())); in transform()
56 expand(rMatrix * B2DPoint(aSource.getMinX(), aSource.getMaxY())); in transform()
57 expand(rMatrix * B2DPoint(aSource.getMaxX(), aSource.getMaxY())); in transform()
H A Db3drange.cxx54 const B3DRange aSource(*this); in transform() local
56 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMinY(), aSource.getMinZ())); in transform()
57 expand(rMatrix * B3DPoint(aSource.getMaxX(), aSource.getMinY(), aSource.getMinZ())); in transform()
58 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMaxY(), aSource.getMinZ())); in transform()
59 expand(rMatrix * B3DPoint(aSource.getMaxX(), aSource.getMaxY(), aSource.getMinZ())); in transform()
60 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMinY(), aSource.getMaxZ())); in transform()
61 expand(rMatrix * B3DPoint(aSource.getMaxX(), aSource.getMinY(), aSource.getMaxZ())); in transform()
62 expand(rMatrix * B3DPoint(aSource.getMinX(), aSource.getMaxY(), aSource.getMaxZ())); in transform()
63 expand(rMatrix * B3DPoint(aSource.getMaxX(), aSource.getMaxY(), aSource.getMaxZ())); in transform()
/trunk/main/basegfx/test/
H A Dbasegfx2d.cxx586 B2DHomMatrix aSource; in impDecomposeComposeTest() local
587 impFillMatrix(aSource, fScaleX, fScaleY, fShearX, fRotate); in impDecomposeComposeTest()
594 bool bWorked = aSource.decompose(aDScale, aDTrans, fDRot, fDShX); in impDecomposeComposeTest()
601 return bWorked && aSource == aRecombined; in impDecomposeComposeTest()
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx785 ::rtl::OUString aSource = pModule->GetSource32(); in copyToLibraryContainer()
787 aSourceAny <<= aSource; in copyToLibraryContainer()
1988 …l( const ::rtl::OUString& aName, const ::rtl::OUString& aLanguage, const ::rtl::OUString& aSource ) in ModuleInfo_Impl() argument
1989 : maName( aName ), maLanguage( aLanguage), maSource( aSource ) {} in ModuleInfo_Impl()
/trunk/main/basic/source/classes/
H A Ddisas.cxx370 String aSource = rImg.aOUSource; in DisasLine() local
375 n = aSource.SearchAscii( "\n", n ); in DisasLine()
382 sal_uInt16 n2 = aSource.SearchAscii( "\n", n ); in DisasLine()
383 if( n2 == STRING_NOTFOUND ) n2 = aSource.Len() - n; in DisasLine()
384 String s( aSource.Copy( n, n2 - n + 1 ) ); in DisasLine()
/trunk/main/basic/source/inc/
H A Druntime.hxx518 void implStepRenameUCB( const String& aSource, const String& aDest );
526 void implStepRenameOSL( const String& aSource, const String& aDest );
/trunk/main/basic/source/runtime/
H A Dmethods.cxx576 void implStepRenameUCB( const String& aSource, const String& aDest ) in implStepRenameUCB() argument
583 String aSourceFullPath = getFullPath( aSource ); in implStepRenameUCB()
604 void implStepRenameOSL( const String& aSource, const String& aDest ) in implStepRenameOSL() argument
606 FileBase::RC nRet = File::move( getFullPathUNC( aSource ), getFullPathUNC( aDest ) ); in implStepRenameOSL()
621 String aSource = rPar.Get(1)->GetString(); in RTLFUNC() local
631 xSFI->copy( getFullPath( aSource ), getFullPath( aDest ) ); in RTLFUNC()
643 DirEntry aSourceDirEntry(aSource); in RTLFUNC()
652 FileBase::RC nRet = File::copy( getFullPathUNC( aSource ), getFullPathUNC( aDest ) ); in RTLFUNC()
H A Dstep0.cxx1369 String aSource = pTos->GetString(); in StepRENAME() local
1374 implStepRenameUCB( aSource, aDest ); in StepRENAME()
1380 DirEntry aSourceDirEntry( aSource ); in StepRENAME()
1389 implStepRenameOSL( aSource, aDest ); in StepRENAME()
/trunk/main/basic/source/sbx/
H A Dsbxobj.cxx801 XubString aSource; in GenerateSource() local
814 aSource.AppendAscii( "\n" ); in GenerateSource()
818 aSource += rLinePrefix; in GenerateSource()
819 aSource += '.'; in GenerateSource()
820 aSource += aPropName; in GenerateSource()
821 aSource.AppendAscii( " = " ); in GenerateSource()
834 aSource.AppendAscii( "\"" ); in GenerateSource()
835 aSource += xProp->GetString(); in GenerateSource()
836 aSource.AppendAscii( "\"" ); in GenerateSource()
843 aSource += xProp->GetString(); in GenerateSource()
[all …]
/trunk/main/basic/workben/
H A Dmgrtest.cxx294 String aSource( "Sub SubInLib1Mod1\nprint\"XXX\"\nEnd Sub"); in IMPL_LINK() local
295 SbModule* pM = pLib->MakeModule( "ModLib1", aSource ); in IMPL_LINK()
/trunk/main/chart2/source/controller/main/
H A DChartController.cxx984 void SAL_CALL ChartController::layoutEvent( const lang::EventObject& aSource, ::sal_Int16 eLayoutEv… in layoutEvent() argument
989 Reference< frame::XLayoutManager > xLM( aSource.Source, uno::UNO_QUERY ); in layoutEvent()
H A DChartController.hxx437 const ::com::sun::star::lang::EventObject& aSource,
/trunk/main/chart2/source/tools/
H A DTitleHelper.cxx277 rtl::OUStringBuffer aSource(rNewText); in setCompleteString() local
283 sal_Unicode aChar = aSource.charAt( nPos ); in setCompleteString()
/trunk/main/chart2/source/view/main/
H A DPropertyMapper.cxx94 rtl::OUString aSource = aIt->second; in getValueMap() local
97 uno::Any aAny( xSourceProp->getPropertyValue(aSource) ); in getValueMap()
H A DShapeFactory.cxx2288 rtl::OUStringBuffer aSource(rString); in getStackedString() local
2296 aStackStr.append( aSource.charAt( nPosSrc ) ); in getStackedString()
/trunk/main/comphelper/inc/comphelper/
H A Dmediadescriptor.hxx136 MediaDescriptor(const ::com::sun::star::uno::Any& aSource);
H A Dsequenceashashmap.hxx94 SequenceAsHashMap(const ::com::sun::star::uno::Any& aSource);
134 void operator<<(const ::com::sun::star::uno::Any& aSource);
H A Dsequenceasvector.hxx123 SequenceAsVector(const ::com::sun::star::uno::Any& aSource) in SequenceAsVector() argument
125 (*this) << aSource; in SequenceAsVector()
162 void operator<<(const ::com::sun::star::uno::Any& aSource) in operator <<() argument
165 if (!aSource.hasValue()) in operator <<()
172 if (!(aSource >>= lSource)) in operator <<()
/trunk/main/comphelper/source/misc/
H A Dinstancelocker.cxx87 lang::EventObject aSource( static_cast< ::cppu::OWeakObject* >(this) ); in dispose() local
89 m_pListenersContainer->disposeAndClear( aSource ); in dispose()

Completed in 140 milliseconds

123456789