Home
last modified time | relevance | path

Searched refs:rDescriptor (Results 1 – 25 of 58) sorted by relevance

123

/trunk/main/sd/source/ui/sidebar/
H A DMasterPageDescriptor.cxx66 : maToken(rDescriptor.maToken), in MasterPageDescriptor()
67 meOrigin(rDescriptor.meOrigin), in MasterPageDescriptor()
68 msURL(rDescriptor.msURL), in MasterPageDescriptor()
73 mpSlide(rDescriptor.mpSlide), in MasterPageDescriptor()
80 mnUseCount(rDescriptor.mnUseCount) in MasterPageDescriptor()
130 msURL = rDescriptor.msURL; in Update()
324 if (rDescriptor.get() == NULL) in operator ()()
346 if (rDescriptor.get() == NULL) in operator ()()
368 if (rDescriptor.get() == NULL) in operator ()()
380 : mpDescriptor(rDescriptor) in AllComparator()
[all …]
H A DMasterPageDescriptor.hxx51 MasterPageDescriptor (const MasterPageDescriptor& rDescriptor);
66 const MasterPageDescriptor& rDescriptor);
209 bool operator() (const SharedMasterPageDescriptor& rDescriptor);
214 bool operator() (const SharedMasterPageDescriptor& rDescriptor);
219 bool operator() (const SharedMasterPageDescriptor& rDescriptor);
222 AllComparator(const SharedMasterPageDescriptor& rDescriptor);
223 bool operator() (const SharedMasterPageDescriptor& rDescriptor);
H A DMasterPageContainerQueue.hxx61 bool RequestPreview (const SharedMasterPageDescriptor& rDescriptor);
123 sal_Int32 CalculatePriority (const SharedMasterPageDescriptor& rDescriptor) const;
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsSelectionFunction.cxx1188 rDescriptor.maMousePosition, in ProcessMotionEvent()
1192 if (rDescriptor.mbIsLeaving) in ProcessMotionEvent()
1349 switch (rDescriptor.mnEventCode) in ProcessButtonDownEvent()
1435 switch (rDescriptor.mnEventCode) in ProcessButtonUpEvent()
1477 switch (rDescriptor.mnEventCode) in ProcessMotionEvent()
1523 ReprocessEvent(rDescriptor); in ProcessDragEvent()
1675 ReprocessEvent(rDescriptor); in HandleUnprocessedEvent()
1905 if (rDescriptor.mbIsLeaving) in ProcessDragEvent()
1912 rDescriptor.maMousePosition, in ProcessDragEvent()
1913 rDescriptor.meDragMode); in ProcessDragEvent()
[all …]
/trunk/main/filter/source/config/cache/
H A Dtypedetection.cxx992 impl_openStream(rDescriptor); in impl_askDetectService()
996 impl_seekStreamToZero(rDescriptor); in impl_askDetectService()
1030 rDescriptor >> lDescriptor; in impl_askDetectService()
1032 rDescriptor << lDescriptor; in impl_askDetectService()
1045 impl_seekStreamToZero(rDescriptor); in impl_askDetectService()
1144 bSuccess = rDescriptor.addInputStream(); in impl_openStream()
1166 if (pItType != rDescriptor.end()) in impl_removeTypeFilterFromDescriptor()
1167 rDescriptor.erase(pItType); in impl_removeTypeFilterFromDescriptor()
1168 if (pItFilter != rDescriptor.end()) in impl_removeTypeFilterFromDescriptor()
1169 rDescriptor.erase(pItFilter); in impl_removeTypeFilterFromDescriptor()
[all …]
H A Dtypedetection.hxx123 ::comphelper::MediaDescriptor& rDescriptor,
172 … ::rtl::OUString impl_detectTypeFlatAndDeep( ::comphelper::MediaDescriptor& rDescriptor ,
202 ::rtl::OUString impl_detectTypeDeepOnly( ::comphelper::MediaDescriptor& rDescriptor ,
217 void impl_seekStreamToZero(comphelper::MediaDescriptor& rDescriptor);
239 ::comphelper::MediaDescriptor& rDescriptor );
256 … ::rtl::OUString impl_askUserForTypeAndFilterIfAllowed(::comphelper::MediaDescriptor& rDescriptor);
293 void impl_openStream(::comphelper::MediaDescriptor& rDescriptor)
316 … sal_Bool impl_validateAndSetTypeOnDescriptor( ::comphelper::MediaDescriptor& rDescriptor,
338 … sal_Bool impl_validateAndSetFilterOnDescriptor( ::comphelper::MediaDescriptor& rDescriptor,
354 void impl_removeTypeFilterFromDescriptor(::comphelper::MediaDescriptor& rDescriptor);
[all …]
/trunk/main/sfx2/source/sidebar/
H A DGridLayouter.cxx372 …const sal_Int32 nWidth (rDescriptor.GetWidth() - rDescriptor.GetLeftPadding() - rDescriptor.GetRig… in LayoutColumn()
438 rDescriptor.SetWidth(nWidth); in DistributeWidth()
440 if (rDescriptor.GetWeight() <= 0) in DistributeWidth()
458 if (rDescriptor.GetWeight() > 0) in DistributeWidth()
469 rDescriptor.SetWidth(nWidth); in DistributeWidth()
480 if (rDescriptor.GetWeight() > 0) in DistributeWidth()
482 rDescriptor.SetWidth(rDescriptor.GetWidth() + nRemainingWidth); in DistributeWidth()
493 const ColumnDescriptor& rDescriptor) const in GetMinimumColumnWidth()
511 if (nMinimumWidth > rDescriptor.GetMaximumWidth() && rDescriptor.GetMaximumWidth()>0) in GetMinimumColumnWidth()
516 + rDescriptor.GetLeftPadding() in GetMinimumColumnWidth()
[all …]
/trunk/main/sd/source/ui/view/
H A DViewShellManager.cxx101 { return rDescriptor.mnId == mnId; } in operator ()()
593 if (rDescriptor.mpShell != NULL) in ActivateShell()
610 rDescriptor); in ActivateShell()
1250 ShellDescriptor& rDescriptor) in DestroyViewShell() argument
1273 rDescriptor.mpFactory->ReleaseShell(rDescriptor.mpShell); in DestroyViewShell()
1285 rDescriptor.mpFactory->ReleaseShell(rDescriptor.mpShell); in DestroySubShell()
1446 : mpShell(rDescriptor.mpShell), in ShellDescriptor()
1447 mnId(rDescriptor.mnId), in ShellDescriptor()
1458 if (this != &rDescriptor) in operator =()
1460 mpShell = rDescriptor.mpShell; in operator =()
[all …]
/trunk/main/dbaccess/source/ui/browser/
H A Ddbexchange.cxx228 ODataAccessDescriptor& rDescriptor( getDescriptor() ); in disposing() local
230 if ( rDescriptor.has( daConnection ) ) in disposing()
232 Reference< XConnection > xConnection( rDescriptor[daConnection], UNO_QUERY ); in disposing()
235 rDescriptor.erase( daConnection ); in disposing()
239 if ( rDescriptor.has( daCursor ) ) in disposing()
241 Reference< XResultSet > xResultSet( rDescriptor[ daCursor ], UNO_QUERY ); in disposing()
244 rDescriptor.erase( daCursor ); in disposing()
246 if ( rDescriptor.has( daSelection ) ) in disposing()
247 rDescriptor.erase( daSelection ); in disposing()
248 if ( rDescriptor.has( daBookmarkSelection ) ) in disposing()
[all …]
/trunk/main/sc/source/filter/excel/
H A Dxlescher.cxx350 bool XclControlHelper::FillMacroDescriptor( ScriptEventDescriptor& rDescriptor, in FillMacroDescriptor() argument
355rDescriptor.ListenerType = OUString::createFromAscii( spTbxListenerData[ eEventType ].mpcListenerT… in FillMacroDescriptor()
356rDescriptor.EventMethod = OUString::createFromAscii( spTbxListenerData[ eEventType ].mpcEventMetho… in FillMacroDescriptor()
357 rDescriptor.ScriptType = CREATE_OUSTRING( "Script" ); in FillMacroDescriptor()
358 rDescriptor.ScriptCode = XclTools::GetSbMacroUrl( rXclMacroName, pDocShell ); in FillMacroDescriptor()
365 const ScriptEventDescriptor& rDescriptor, XclTbxEventType eEventType ) in ExtractFromMacroDescriptor() argument
367 if( (rDescriptor.ScriptCode.getLength() > 0) && in ExtractFromMacroDescriptor()
368 rDescriptor.ScriptType.equalsIgnoreAsciiCaseAscii( "Script" ) && in ExtractFromMacroDescriptor()
369rDescriptor.ListenerType.equalsAscii( spTbxListenerData[ eEventType ].mpcListenerType ) && in ExtractFromMacroDescriptor()
370 rDescriptor.EventMethod.equalsAscii( spTbxListenerData[ eEventType ].mpcEventMethod ) ) in ExtractFromMacroDescriptor()
[all …]
/trunk/main/cppuhelper/source/
H A Dunourl.cxx71 inline UnoUrlDescriptor::Impl::Impl(rtl::OUString const & rDescriptor) in Impl() argument
73 m_aDescriptor = rDescriptor; in Impl()
80 bool bEnd = i == rDescriptor.getLength(); in Impl()
81 sal_Unicode c = bEnd ? 0 : rDescriptor.getStr()[i]; in Impl()
97 = rDescriptor.copy(nStart, i - nStart).toAsciiLowerCase(); in Impl()
118 aKey = rDescriptor.copy(nStart, i - nStart).toAsciiLowerCase(); in Impl()
134 rtl::Uri::decode(rDescriptor.copy(nStart, in Impl()
151 UnoUrlDescriptor::UnoUrlDescriptor(rtl::OUString const & rDescriptor): in UnoUrlDescriptor() argument
152 m_xImpl(new Impl(rDescriptor)) in UnoUrlDescriptor()
/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsTheme.cxx326 GradientDescriptor& rDescriptor (GetGradient(eType)); in GetGradientColor() local
330 case Border1: return rDescriptor.maBorderColor1; in GetGradientColor()
331 case Border2: return rDescriptor.maBorderColor2; in GetGradientColor()
332 case Fill1: return rDescriptor.maFillColor1; in GetGradientColor()
333 case Fill2: return rDescriptor.maFillColor2; in GetGradientColor()
335 case Base: return rDescriptor.maBaseColor; in GetGradientColor()
346 GradientDescriptor& rDescriptor (GetGradient(eType)); in GetGradientOffset() local
350 case Border1: return rDescriptor.mnBorderOffset1; in GetGradientOffset()
351 case Border2: return rDescriptor.mnBorderOffset2; in GetGradientOffset()
352 case Fill1: return rDescriptor.mnFillOffset1; in GetGradientOffset()
[all …]
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx638 return ImplCreateWindow( rDescriptor, WinBits(0) ); in createWindow()
667 const ::com::sun::star::awt::WindowDescriptor& rDescriptor, in ImplCreateWindow()
670 String aServiceName( rDescriptor.WindowServiceName ); in ImplCreateWindow()
824 if ( (pParent == NULL ) && ( rDescriptor.ParentIndex == -1 ) ) in ImplCreateWindow()
969 if ((pParent == NULL) && rDescriptor.Parent.is()) in ImplCreateWindow()
1076 const css::awt::WindowDescriptor& rDescriptor, in ImplCreateWindow() argument
1086 if ( rDescriptor.Parent.is() ) in ImplCreateWindow()
1097 WinBits nWinBits = ImplGetWinBits( rDescriptor.WindowAttributes, in ImplCreateWindow()
1098 ImplGetComponentType( rDescriptor.WindowServiceName ) ); in ImplCreateWindow()
1144 else if ( !VCLUnoHelper::IsZero( rDescriptor.Bounds ) ) in ImplCreateWindow()
[all …]
/trunk/main/sd/source/ui/slidesorter/model/
H A DSlsVisualState.cxx104 void VisualState::UpdateVisualState (const PageDescriptor& rDescriptor) in UpdateVisualState() argument
106 if (rDescriptor.HasState(PageDescriptor::ST_Excluded)) in UpdateVisualState()
108 else if (rDescriptor.HasState(PageDescriptor::ST_Current)) in UpdateVisualState()
110 else if (rDescriptor.HasState(PageDescriptor::ST_Focused)) in UpdateVisualState()
112 else if (rDescriptor.HasState(PageDescriptor::ST_Selected)) in UpdateVisualState()
117 SetMouseOverState(rDescriptor.HasState(PageDescriptor::ST_MouseOver)); in UpdateVisualState()
/trunk/main/filter/source/svg/
H A Dsvgfilter.cxx87 sal_Bool SAL_CALL SVGFilter::filter( const Sequence< PropertyValue >& rDescriptor ) in filter() argument
111 for ( sal_Int32 nInd = 0; nInd < rDescriptor.getLength(); nInd++ ) in filter()
113 if ( rDescriptor[nInd].Name.equalsAscii( "SelectionOnly" ) ) in filter()
115 rDescriptor[nInd].Value >>= bSelectionOnly; in filter()
173 Sequence< PropertyValue > aNewDescriptor(rDescriptor); in filter()
178 const sal_uInt32 nOldLength = rDescriptor.getLength(); in filter()
H A Dsvgimport.cxx34 sal_Bool SVGFilter::implImport( const Sequence< PropertyValue >& rDescriptor ) in implImport() argument
40 sal_Int32 nLength = rDescriptor.getLength(); in implImport()
41 const PropertyValue* pValue = rDescriptor.getConstArray(); in implImport()
H A Dsvgfilter.hxx262 …sal_Bool implImport( const Sequence< PropertyValue >& rDescriptor ) thr…
265 …sal_Bool implExport( const Sequence< PropertyValue >& rDescriptor ) thr…
301 …virtual sal_Bool SAL_CALL filter( const Sequence< PropertyValue >& rDescriptor ) throw(RuntimeExce…
/trunk/main/filter/source/pdf/
H A Dpdffilter.cxx51 sal_Bool PDFFilter::implExport( const Sequence< PropertyValue >& rDescriptor ) in implExport() argument
55 sal_Int32 nLength = rDescriptor.getLength(); in implExport()
56 const PropertyValue* pValue = rDescriptor.getConstArray(); in implExport()
177 sal_Bool SAL_CALL PDFFilter::filter( const Sequence< PropertyValue >& rDescriptor ) in filter() argument
182 const sal_Bool bRet = implExport( rDescriptor ); in filter()
H A Dpdffilter.hxx74 sal_Bool implExport( const Sequence< PropertyValue >& rDescriptor );
79 …virtual sal_Bool SAL_CALL filter( const Sequence< PropertyValue >& rDescriptor ) throw(RuntimeExce…
/trunk/main/svx/source/sdr/contact/
H A Dviewobjectcontactofmasterpagedescriptor.cxx77 const sdr::MasterPageDescriptor& rDescriptor = GetMasterPageDescriptor(); in getPrimitive2DSequenceHierarchy() local
80 const SdrPage& rOwnerPage = rDescriptor.GetOwnerPage(); in getPrimitive2DSequenceHierarchy()
89 aPreprocessedLayers &= rDescriptor.GetVisibleLayers(); in getPrimitive2DSequenceHierarchy()
108 ViewContact& rViewContactOfMasterPage(rDescriptor.GetUsedPage().GetViewContact()); in getPrimitive2DSequenceHierarchy()
/trunk/main/sdext/source/presenter/
H A DPresenterClock.cxx1207 BitmapDescriptor& rDescriptor (*aDescriptors[nIndex]); in ScaleBitmaps() local
1208 if ( ! rDescriptor.mxScaledBitmap.is() && rDescriptor.mxBitmap.is()) in ScaleBitmaps()
1210 const geometry::IntegerSize2D aBitmapSize (rDescriptor.mxBitmap->getSize()); in ScaleBitmaps()
1211 rDescriptor.mxScaledBitmap = rDescriptor.mxBitmap->getScaledBitmap( in ScaleBitmaps()
1214 rDescriptor.maScaledOffset = geometry::RealPoint2D( in ScaleBitmaps()
1215 rDescriptor.maOffset.X * nScale, in ScaleBitmaps()
1216 rDescriptor.maOffset.Y * nScale); in ScaleBitmaps()
/trunk/main/writerfilter/source/filter/
H A DWriterFilterDetection.cxx64 OUString WriterFilterDetection::detect( uno::Sequence< beans::PropertyValue >& rDescriptor ) in detect() argument
69 sal_Int32 nPropertyCount = rDescriptor.getLength(); in detect()
70 const beans::PropertyValue* pValues = rDescriptor.getConstArray(); in detect()
77 rDescriptor[nProperty].Value >>= sTypeName; in detect()
/trunk/main/reportdesign/source/filter/xml/
H A Dxmlfilter.cxx451 sal_Bool SAL_CALL ORptFilter::filter( const Sequence< PropertyValue >& rDescriptor ) in filter() argument
461 bRet = implImport( rDescriptor ); in filter()
469 sal_Bool ORptFilter::implImport( const Sequence< PropertyValue >& rDescriptor ) in implImport() argument
476 const PropertyValue* pIter = rDescriptor.getConstArray(); in implImport()
477 const PropertyValue* pEnd = pIter + rDescriptor.getLength(); in implImport()
566 ::comphelper::MediaDescriptor aDescriptor(rDescriptor); in implImport()
/trunk/main/sd/source/ui/slidesorter/cache/
H A DSlsPageCacheManager.cxx59 class Hash {public: size_t operator() (const CacheDescriptor& rDescriptor) const { in operator ()()
60 return (size_t)rDescriptor.mpDocument.get() + rDescriptor.maPreviewSize.Width(); in operator ()()
/trunk/main/sd/source/ui/slidesorter/inc/model/
H A DSlsPageDescriptor.hxx152 PageDescriptor (const PageDescriptor& rDescriptor);
156 PageDescriptor& operator= (const PageDescriptor& rDescriptor);

Completed in 147 milliseconds

123