| /AOO42X/main/sd/source/ui/sidebar/ ! |
| H A D | MasterPageDescriptor.cxx | 65 MasterPageDescriptor::MasterPageDescriptor (const MasterPageDescriptor& rDescriptor) in MasterPageDescriptor() argument 66 : maToken(rDescriptor.maToken), in MasterPageDescriptor() 67 meOrigin(rDescriptor.meOrigin), in MasterPageDescriptor() 68 msURL(rDescriptor.msURL), in MasterPageDescriptor() 69 msPageName(rDescriptor.msPageName), in MasterPageDescriptor() 70 msStyleName(rDescriptor.msStyleName), in MasterPageDescriptor() 71 mbIsPrecious(rDescriptor.mbIsPrecious), in MasterPageDescriptor() 72 mpMasterPage(rDescriptor.mpMasterPage), in MasterPageDescriptor() 73 mpSlide(rDescriptor.mpSlide), in MasterPageDescriptor() 74 maSmallPreview(rDescriptor.maSmallPreview), in MasterPageDescriptor() [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 | 172 virtual void ProcessEvent (EventDescriptor& rDescriptor); 198 virtual bool ProcessButtonDownEvent (EventDescriptor& rDescriptor); 199 virtual bool ProcessButtonUpEvent (EventDescriptor& rDescriptor); 200 virtual bool ProcessMotionEvent (EventDescriptor& rDescriptor); 201 virtual bool ProcessDragEvent (EventDescriptor& rDescriptor); 202 virtual bool HandleUnprocessedEvent (EventDescriptor& rDescriptor); 204 void ReprocessEvent (EventDescriptor& rDescriptor); 227 virtual bool ProcessButtonDownEvent (SelectionFunction::EventDescriptor& rDescriptor); 228 virtual bool ProcessButtonUpEvent (SelectionFunction::EventDescriptor& rDescriptor); 229 virtual bool ProcessMotionEvent (SelectionFunction::EventDescriptor& rDescriptor); [all …]
|
| /AOO42X/main/filter/source/config/cache/ ! |
| H A D | typedetection.cxx | 228 void TypeDetection::impl_checkResultsAndAddBestFilter(::comphelper::MediaDescriptor& rDescriptor, in impl_checkResultsAndAddBestFilter() argument 233 ::rtl::OUString sFilter = rDescriptor.getUnpackedValueOrDefault( in impl_checkResultsAndAddBestFilter() 242 ::rtl::OUString sDocumentService = rDescriptor.getUnpackedValueOrDefault( in impl_checkResultsAndAddBestFilter() 316 rDescriptor[::comphelper::MediaDescriptor::PROP_TYPENAME() ] <<= sRealType; in impl_checkResultsAndAddBestFilter() 317 rDescriptor[::comphelper::MediaDescriptor::PROP_FILTERNAME()] <<= sFilter; in impl_checkResultsAndAddBestFilter() 347 rDescriptor[::comphelper::MediaDescriptor::PROP_TYPENAME() ] <<= sType ; in impl_checkResultsAndAddBestFilter() 348 rDescriptor[::comphelper::MediaDescriptor::PROP_FILTERNAME()] <<= sFilter; in impl_checkResultsAndAddBestFilter() 402 rDescriptor[::comphelper::MediaDescriptor::PROP_TYPENAME() ] <<= sType ; in impl_checkResultsAndAddBestFilter() 403 rDescriptor[::comphelper::MediaDescriptor::PROP_FILTERNAME()] <<= sFilter; in impl_checkResultsAndAddBestFilter() 687 ::comphelper::MediaDescriptor& rDescriptor, in impl_getPreselection() argument [all …]
|
| H A D | typedetection.hxx | 122 ::comphelper::MediaDescriptor& rDescriptor, 171 … ::rtl::OUString impl_detectTypeFlatAndDeep( ::comphelper::MediaDescriptor& rDescriptor , 201 ::rtl::OUString impl_detectTypeDeepOnly( ::comphelper::MediaDescriptor& rDescriptor , 216 void impl_seekStreamToZero(comphelper::MediaDescriptor& rDescriptor); 238 ::comphelper::MediaDescriptor& rDescriptor ); 255 … ::rtl::OUString impl_askUserForTypeAndFilterIfAllowed(::comphelper::MediaDescriptor& rDescriptor); 292 void impl_openStream(::comphelper::MediaDescriptor& rDescriptor) 315 … sal_Bool impl_validateAndSetTypeOnDescriptor( ::comphelper::MediaDescriptor& rDescriptor, 337 … sal_Bool impl_validateAndSetFilterOnDescriptor( ::comphelper::MediaDescriptor& rDescriptor, 353 void impl_removeTypeFilterFromDescriptor(::comphelper::MediaDescriptor& rDescriptor); [all …]
|
| /AOO42X/main/sfx2/source/sidebar/ ! |
| H A D | GridLayouter.cxx | 52 const ColumnDescriptor& rDescriptor) const; 370 ColumnDescriptor& rDescriptor (maColumnDescriptors[nColumnIndex]); in LayoutColumn() local 371 const sal_Int32 nLeft (nX + rDescriptor.GetLeftPadding()); in LayoutColumn() 372 …const sal_Int32 nWidth (rDescriptor.GetWidth() - rDescriptor.GetLeftPadding() - rDescriptor.GetRig… in LayoutColumn() 433 ColumnDescriptor& rDescriptor (maColumnDescriptors[nColumn]); in DistributeWidth() local 436 const sal_Int32 nWidth (GetMinimumColumnWidth(rColumn, rDescriptor)); in DistributeWidth() 438 rDescriptor.SetWidth(nWidth); in DistributeWidth() 440 if (rDescriptor.GetWeight() <= 0) in DistributeWidth() 443 nTotalColumnWeight += rDescriptor.GetWeight(); in DistributeWidth() 456 ColumnDescriptor& rDescriptor (maColumnDescriptors[nColumn]); in DistributeWidth() local [all …]
|
| /AOO42X/main/sd/source/ui/view/ ! |
| H A D | ViewShellManager.cxx | 68 ShellDescriptor (const ShellDescriptor& rDescriptor); 69 ShellDescriptor& operator= (const ShellDescriptor& rDescriptor); 84 bool operator() (const ShellDescriptor& rDescriptor) in operator ()() argument 85 { return rDescriptor.mpShell == mpShell; } in operator ()() 100 bool operator() (const ShellDescriptor& rDescriptor) in operator ()() argument 101 { return rDescriptor.mnId == mnId; } in operator ()() 130 void ActivateShell (const ShellDescriptor& rDescriptor); 246 void DestroyViewShell (ShellDescriptor& rDescriptor); 249 const ShellDescriptor& rDescriptor); 590 void ViewShellManager::Implementation::ActivateShell (const ShellDescriptor& rDescriptor) in ActivateShell() argument [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 | 633 …XToolkit::createWindow( const ::com::sun::star::awt::WindowDescriptor& rDescriptor ) throw(::com::… in createWindow() argument 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() 695 if ( rDescriptor.Type == ::com::sun::star::awt::WindowClass_TOP ) in ImplCreateWindow() 824 if ( (pParent == NULL ) && ( rDescriptor.ParentIndex == -1 ) ) in ImplCreateWindow() 963 if ( rDescriptor.Type == ::com::sun::star::awt::WindowClass_TOP ) in ImplCreateWindow() 969 if ((pParent == NULL) && rDescriptor.Parent.is()) in ImplCreateWindow() 972 …< ::com::sun::star::awt::XSystemDependentWindowPeer > xSystemDepParent(rDescriptor.Parent, ::com::… in ImplCreateWindow() 1034 else if ( rDescriptor.Type == ::com::sun::star::awt::WindowClass_CONTAINER ) 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);
|