/aoo42x/main/sd/source/ui/sidebar/ |
H A D | MasterPageDescriptor.cxx | 66 : 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 D | MasterPageDescriptor.hxx | 51 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 D | MasterPageContainerQueue.hxx | 61 bool RequestPreview (const SharedMasterPageDescriptor& rDescriptor); 123 sal_Int32 CalculatePriority (const SharedMasterPageDescriptor& rDescriptor) const;
|
/aoo42x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsSelectionFunction.cxx | 1188 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 …]
|
/aoo42x/main/filter/source/config/cache/ |
H A D | typedetection.cxx | 992 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 D | typedetection.hxx | 123 ::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 …]
|
/aoo42x/main/sfx2/source/sidebar/ |
H A D | GridLayouter.cxx | 372 …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 …]
|
/aoo42x/main/sd/source/ui/view/ |
H A D | ViewShellManager.cxx | 101 { 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 …]
|
/aoo42x/main/dbaccess/source/ui/browser/ |
H A D | dbexchange.cxx | 228 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 …]
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xlescher.cxx | 350 bool XclControlHelper::FillMacroDescriptor( ScriptEventDescriptor& rDescriptor, in FillMacroDescriptor() argument 355 …rDescriptor.ListenerType = OUString::createFromAscii( spTbxListenerData[ eEventType ].mpcListenerT… in FillMacroDescriptor() 356 …rDescriptor.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() 369 … rDescriptor.ListenerType.equalsAscii( spTbxListenerData[ eEventType ].mpcListenerType ) && in ExtractFromMacroDescriptor() 370 rDescriptor.EventMethod.equalsAscii( spTbxListenerData[ eEventType ].mpcEventMethod ) ) in ExtractFromMacroDescriptor() [all …]
|
/aoo42x/main/cppuhelper/source/ |
H A D | unourl.cxx | 71 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()
|
/aoo42x/main/sd/source/ui/slidesorter/view/ |
H A D | SlsTheme.cxx | 326 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 …]
|
/aoo42x/main/toolkit/source/awt/ |
H A D | vclxtoolkit.cxx | 638 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 …]
|
/aoo42x/main/sd/source/ui/slidesorter/model/ |
H A D | SlsVisualState.cxx | 104 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()
|
/aoo42x/main/filter/source/svg/ |
H A D | svgfilter.cxx | 87 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 D | svgimport.cxx | 34 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 D | svgfilter.hxx | 262 …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…
|
/aoo42x/main/filter/source/pdf/ |
H A D | pdffilter.cxx | 51 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 D | pdffilter.hxx | 74 sal_Bool implExport( const Sequence< PropertyValue >& rDescriptor ); 79 …virtual sal_Bool SAL_CALL filter( const Sequence< PropertyValue >& rDescriptor ) throw(RuntimeExce…
|
/aoo42x/main/svx/source/sdr/contact/ |
H A D | viewobjectcontactofmasterpagedescriptor.cxx | 77 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()
|
/aoo42x/main/sdext/source/presenter/ |
H A D | PresenterClock.cxx | 1207 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()
|
/aoo42x/main/writerfilter/source/filter/ |
H A D | WriterFilterDetection.cxx | 64 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()
|
/aoo42x/main/reportdesign/source/filter/xml/ |
H A D | xmlfilter.cxx | 451 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()
|
/aoo42x/main/sd/source/ui/slidesorter/cache/ |
H A D | SlsPageCacheManager.cxx | 59 class Hash {public: size_t operator() (const CacheDescriptor& rDescriptor) const { in operator ()() 60 return (size_t)rDescriptor.mpDocument.get() + rDescriptor.maPreviewSize.Width(); in operator ()()
|
/aoo42x/main/sd/source/ui/slidesorter/inc/model/ |
H A D | SlsPageDescriptor.hxx | 152 PageDescriptor (const PageDescriptor& rDescriptor); 156 PageDescriptor& operator= (const PageDescriptor& rDescriptor);
|