Home
last modified time | relevance | path

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

123456789

/trunk/main/basegfx/source/range/
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()
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()
/trunk/main/svgio/source/svgreader/
H A Dsvgstyleattributes.cxx92 switch(aSource) in getWider()
105 return aSource; in getWider()
110 switch(aSource) in getNarrower()
123 return aSource; in getNarrower()
128 switch(aSource) in getBolder()
141 return aSource; in getBolder()
146 switch(aSource) in getLighter()
159 return aSource; in getLighter()
166 switch(aSource) in getVclFontWeight()
1143 aSource, in add_postProcess()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdfmtf.cxx928 if(aSource.count()) in DoAction()
931 aSource.transform(aTransform); in DoAction()
972 if(aSource.count()) in DoAction()
980 aSource.setClosed(true); in DoAction()
993 if(aSource.count()) in DoAction()
1001 aSource.setClosed(true); in DoAction()
1156 if(aSource.count()) in DoAction()
1252 if(aSource.count()) in DoAction()
1467 if(aSource.count()) in DoAction()
1471 aSource.setClosed(true); in DoAction()
[all …]
/trunk/main/framework/source/fwi/classes/
H A Dconverter.cxx239 sBuffer.append( (sal_Int32)aSource.GetDay() ); in convert_DateTime2String()
241 sBuffer.append( (sal_Int32)aSource.GetMonth() ); in convert_DateTime2String()
243 sBuffer.append( (sal_Int32)aSource.GetYear() ); in convert_DateTime2String()
245 sBuffer.append( (sal_Int32)aSource.GetHour() ); in convert_DateTime2String()
247 sBuffer.append( (sal_Int32)aSource.GetMin() ); in convert_DateTime2String()
258 sal_Int32 nYear = aSource.GetYear(); in convert_DateTime2ISO8601()
259 sal_Int32 nMonth = aSource.GetMonth(); in convert_DateTime2ISO8601()
260 sal_Int32 nDay = aSource.GetDay(); in convert_DateTime2ISO8601()
262 sal_Int32 nHour = aSource.GetHour(); in convert_DateTime2ISO8601()
263 sal_Int32 nMin = aSource.GetMin(); in convert_DateTime2ISO8601()
[all …]
/trunk/main/basegfx/source/polygon/
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/svx/source/customshapes/
H A DEnhancedCustomShapeFunctionParser.cxx380 FillEquationParameter( aSource, 1, _aEquation ); in fillNode()
381 aSource.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
382 aSource.Value <<= (sal_Int32)rEquations.size(); in fillNode()
385 FillEquationParameter( aSource, 1, aEquation ); in fillNode()
405 FillEquationParameter( aSource, 1, aTmpEquation ); in fillNode()
406 aSource.Type = EnhancedCustomShapeParameterType::EQUATION; in fillNode()
407 aSource.Value <<= (sal_Int32)rEquations.size(); in fillNode()
410 FillEquationParameter( aSource, 1, aEquation ); in fillNode()
430 FillEquationParameter( aSource, 1, aTmpEquation ); in fillNode()
432 aSource.Value <<= (sal_Int32)rEquations.size(); in fillNode()
[all …]
/trunk/main/tools/source/fsys/
H A Dfilecopy.cxx84 aSource ( rSource ), in FileCopier()
98 aSource ( rCopier.aSource ), in FileCopier()
136 aSource = rCopier.aSource; in operator =()
412 ByteString aFullSource(aSource.GetFull(), osl_getThreadTextEncoding()); in DoCopy_Impl()
461 DirEntry aAbsSource = DirEntry( aSource); in ExecuteExact()
478 aAbsTarget += aSource.GetName(); in ExecuteExact()
/trunk/main/sal/qa/rtl/strings/
H A Dtest_oustring_convert.cxx37 sal_Unicode aSource[100]; member
47 const rtl::OUString aSource(rTest.aSource, rTest.nLength); in testConvertToString() local
49 bool bSuccess = aSource.convertToString(&aStrict, rTest.nEncoding, in testConvertToString()
51 rtl::OString aRelaxed(rtl::OUStringToOString(aSource, rTest.nEncoding, in testConvertToString()
59 aPrefix.append(static_cast< sal_Int32 >(rTest.aSource[i]), 16); in testConvertToString()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbars.cxx104 ScVbaCommandBars::createCollectionObject( const uno::Any& aSource ) in createCollectionObject() argument
113 if( aSource >>= sBarName ) in createCollectionObject()
223 uno::Any aSource; in Item() local
225 aSource <<= rtl::OUString::createFromAscii( "Worksheet Menu Bar" ); in Item()
227 aSource <<= rtl::OUString::createFromAscii( "Menu Bar" ); in Item()
228 if( aSource.hasValue() ) in Item()
229 return createCollectionObject( aSource ); in Item()
/trunk/main/framework/inc/dispatch/
H A Dhelpagentdispatcher.hxx104 virtual void SAL_CALL windowResized(const css::awt::WindowEvent& aSource)
106 virtual void SAL_CALL windowMoved(const css::awt::WindowEvent& aSource)
108 virtual void SAL_CALL windowShown(const css::lang::EventObject& aSource)
110 virtual void SAL_CALL windowHidden(const css::lang::EventObject& aSource)
114 virtual void SAL_CALL disposing(const css::lang::EventObject& aSource)
/trunk/main/l10ntools/source/
H A Dtagtest.cxx658 aSource = PaSource; in Parse()
741 sal_uInt16 nStyle2StartPos = aSource.SearchAscii( "$[", nPos ); in GetNextTokenString()
742 sal_uInt16 nStyle3StartPos = aSource.SearchAscii( "\\<", nPos ); in GetNextTokenString()
743 …sal_uInt16 nStyle4StartPos = aSource.SearchAscii( "\\\\", nPos ); // this is only to kick out quot… in GetNextTokenString()
775 sal_uInt16 nEndPos = aSource.SearchAscii( "]", nStyle2StartPos); in GetNextTokenString()
783 return aSource.Copy( nStyle2StartPos, nEndPos-nStyle2StartPos +1 ); in GetNextTokenString()
787 sal_uInt16 nEndPos = aSource.SearchAscii( "\\>", nStyle3StartPos); in GetNextTokenString()
788 …sal_uInt16 nQuotedBackPos = aSource.SearchAscii( "\\\\", nStyle3StartPos ); // this is only to kic… in GetNextTokenString()
791 nEndPos = aSource.SearchAscii( "\\>", nQuotedBackPos +2); in GetNextTokenString()
792 …nQuotedBackPos = aSource.SearchAscii( "\\\\", nQuotedBackPos +2 ); // this is only to kick out quo… in GetNextTokenString()
[all …]
H A Dexport2.cxx588 SvFileStream aSource( sSourceFile, STREAM_READ ); in ConvertLineEnds() local
589 if ( !aSource.IsOpen()) in ConvertLineEnds()
593 aSource.Close(); in ConvertLineEnds()
599 while ( !aSource.IsEof()) { in ConvertLineEnds()
600 aSource.ReadLine( sLine ); in ConvertLineEnds()
601 if ( !aSource.IsEof()) { in ConvertLineEnds()
609 aSource.Close(); in ConvertLineEnds()
/trunk/main/comphelper/inc/comphelper/
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/embeddedobj/source/msole/
H A Dolemisc.cxx197 lang::EventObject aSource( static_cast< ::cppu::OWeakObject* >( this ) ); in StateChangeNotification_Impl() local
206 … ((embed::XStateChangeListener*)pIterator.next())->changingState( aSource, nOldState, nNewState ); in StateChangeNotification_Impl()
217 … ((embed::XStateChangeListener*)pIterator.next())->stateChanged( aSource, nOldState, nNewState ); in StateChangeNotification_Impl()
263 lang::EventObject aSource( static_cast< ::cppu::OWeakObject* >( this ) ); in Dispose() local
264 m_pInterfaceContainer->disposeAndClear( aSource ); in Dispose()
471 lang::EventObject aSource( static_cast< ::cppu::OWeakObject* >( this ) ); in close() local
484 … ((util::XCloseListener*)pIterator.next())->queryClosing( aSource, bDeliverOwnership ); in close()
502 ((util::XCloseListener*)pCloseIterator.next())->notifyClosing( aSource ); in close()
/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/comphelper/source/misc/
H A Dsequenceashashmap.cxx52 SequenceAsHashMap::SequenceAsHashMap(const css::uno::Any& aSource) in SequenceAsHashMap() argument
54 (*this) << aSource; in SequenceAsHashMap()
89 void SequenceAsHashMap::operator<<(const css::uno::Any& aSource) in operator <<() argument
92 if (!aSource.hasValue()) in operator <<()
99 if (aSource >>= lN) in operator <<()
106 if (aSource >>= lP) in operator <<()
/trunk/main/embedserv/source/embed/
H A Ddocholder.cxx1493 const com::sun::star::lang::EventObject& aSource in disposing() argument
1497 if ( m_xDocument.is() && m_xDocument == aSource.Source ) in disposing()
1503 if( m_xFrame.is() && m_xFrame == aSource.Source ) in disposing()
1510 const lang::EventObject& aSource, in queryClosing() argument
1518 …&& ( m_xDocument.is() && m_xDocument == aSource.Source || m_xFrame.is() && m_xFrame == aSource.Sou… in queryClosing()
1525 const lang::EventObject& aSource ) in notifyClosing() argument
1531 aSource.Source, uno::UNO_QUERY_THROW ); in notifyClosing()
1537 if ( m_xDocument.is() && m_xDocument == aSource.Source ) in notifyClosing()
1548 else if( m_xFrame.is() && m_xFrame == aSource.Source ) in notifyClosing()
1566 const lang::EventObject& aSource in notifyTermination() argument
[all …]
/trunk/main/sfx2/source/bastyp/
H A Dfltlst.cxx92 void SAL_CALL SfxFilterListener::refreshed( const lang::EventObject& aSource ) throw( uno::RuntimeE… in refreshed() argument
95 uno::Reference< util::XRefreshable > xContainer( aSource.Source, uno::UNO_QUERY ); in refreshed()
105 void SAL_CALL SfxFilterListener::disposing( const lang::EventObject& aSource ) throw( uno::RuntimeE… in disposing() argument
108 uno::Reference< util::XRefreshable > xNotifier( aSource.Source, uno::UNO_QUERY ); in disposing()
/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx691 Path aSource(pSourceBox, pSource); in MoveOrCopyContents() local
720 *aSourceDoc, aSource[nSLevel+1], in MoveOrCopyContents()
721 aSource[nSLevel+2], aSource[nSLevel+3], in MoveOrCopyContents()
786 aSource[nSLevel+2], in MoveOrCopyContents()
787 aSource[nSLevel+3]); in MoveOrCopyContents()
1031 Path aSource(pSource, pSourceEntry); in NotifyAcceptDrop() local
1045 aSource[1+SL] == aTarget[1+TL]) || in NotifyAcceptDrop()
1047 aSource[1+SL] == aTarget[1+TL]) || in NotifyAcceptDrop()
1049 aSource[1+SL] == aTarget[1+TL] && in NotifyAcceptDrop()
1052 aSource[1+SL] == aTarget[1+TL] && in NotifyAcceptDrop()
[all …]
/trunk/main/embedserv/source/inc/
H A Ddocholder.hxx214 disposing( const com::sun::star::lang::EventObject& aSource )
220 const com::sun::star::lang::EventObject& aSource,
229 const com::sun::star::lang::EventObject& aSource
236 const com::sun::star::lang::EventObject& aSource
244 const com::sun::star::lang::EventObject& aSource
/trunk/main/sc/source/ui/vba/
H A Dvbapivottables.cxx32 uno::Any DataPilotToPivotTable( const uno::Any& aSource, uno::Reference< uno::XComponentContext > &… in DataPilotToPivotTable() argument
34 uno::Reference< sheet::XDataPilotTable > xTable( aSource, uno::UNO_QUERY_THROW ); in DataPilotToPivotTable()
62 ScVbaPivotTables::createCollectionObject( const css::uno::Any& aSource ) in createCollectionObject() argument
64 return DataPilotToPivotTable( aSource, mxContext ); in createCollectionObject()
/trunk/main/filter/source/msfilter/
H A Dsvxmsbas.cxx379 ::rtl::OUString aSource(sTemp); in ImportCode_Impl()
414 aSource+=::rtl::OUString( *aDecompressed.Get(j) ); in ImportCode_Impl()
420 aSource += rtl::OUString::createFromAscii("\nEnd Sub"); in ImportCode_Impl()
423 aSource = modeTypeComment + aSource; in ImportCode_Impl()
427 aSourceAny <<= aSource; in ImportCode_Impl()
/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx1193 Point aSource( rSource ); in GetWinExtMax() local
1195 aSource.Y() = -rSource.Y(); in GetWinExtMax()
1196 if ( aSource.X() < rPlaceableBound.Left() ) in GetWinExtMax()
1197 rPlaceableBound.Left() = aSource.X(); in GetWinExtMax()
1198 if ( aSource.X() > rPlaceableBound.Right() ) in GetWinExtMax()
1199 rPlaceableBound.Right() = aSource.X(); in GetWinExtMax()
1200 if ( aSource.Y() < rPlaceableBound.Top() ) in GetWinExtMax()
1201 rPlaceableBound.Top() = aSource.Y(); in GetWinExtMax()
1202 if ( aSource.Y() > rPlaceableBound.Bottom() ) in GetWinExtMax()
1203 rPlaceableBound.Bottom() = aSource.Y(); in GetWinExtMax()
/trunk/main/sc/source/ui/undo/
H A Dundoblk3.cxx577 aSource ( rSourceArea ), in ScUndoAutoFill()
698 nCount = aBlockRange.aEnd.Row() - aSource.aEnd.Row(); in Redo()
701 nCount = aBlockRange.aEnd.Col() - aSource.aEnd.Col(); in Redo()
704 nCount = aSource.aStart.Row() - aBlockRange.aStart.Row(); in Redo()
707 nCount = aSource.aStart.Col() - aBlockRange.aStart.Col(); in Redo()
714 SCCOL nValX = (eFillDir == FILL_TO_LEFT) ? aSource.aEnd.Col() : aSource.aStart.Col(); in Redo()
715 SCROW nValY = (eFillDir == FILL_TO_TOP ) ? aSource.aEnd.Row() : aSource.aStart.Row(); in Redo()
716 SCTAB nTab = aSource.aStart.Tab(); in Redo()
719 pDoc->Fill( aSource.aStart.Col(), aSource.aStart.Row(), in Redo()
720 aSource.aEnd.Col(), aSource.aEnd.Row(), in Redo()

Completed in 196 milliseconds

123456789