Home
last modified time | relevance | path

Searched refs:rInfo (Results 1 – 25 of 333) sorted by path

12345678910>>...14

/trunk/extras/l10n/source/sv/
H A Dlocalize.sdf13358 …d.private.Tables.recipes.Fields.nutritionalinformation ShortName 0 sv NärInfo 20200411 15:09:…
/trunk/main/automation/source/server/
H A Dstatemnt.cxx3435 SvStorageInfo& rInfo = aList.GetObject( i ); in UnpackStorage() local
3436 String aName = rInfo.GetName(); in UnpackStorage()
/trunk/main/basctl/source/basicide/
H A Dbasides1.cxx360 BasicManager* pBasMgr = (BasicManager*)rInfo.GetBasicManager(); in ExecuteGlobal()
366 String aLibName( rInfo.GetLib() ); in ExecuteGlobal()
385 SbModule* pModule = pBasic->FindModule( rInfo.GetModule() ); in ExecuteGlobal()
388 if ( rInfo.GetModule().Len() || !pBasic->GetModules()->Count() ) in ExecuteGlobal()
390 String aModName = rInfo.GetModule(); in ExecuteGlobal()
400 if ( !pModule->GetMethods()->Find( rInfo.GetMethod(), SbxCLASS_METHOD ) ) in ExecuteGlobal()
401 BasicIDE::CreateMacro( pModule, rInfo.GetMethod() ); in ExecuteGlobal()
406 ModulWindow* pWin = FindBasWin( aDocument, aLibName, rInfo.GetModule(), sal_True ); in ExecuteGlobal()
409 pWin->EditMacro( rInfo.GetMethod() ); in ExecuteGlobal()
476 BasicManager* pBasMgr = (BasicManager*)rInfo.GetBasicManager(); in ExecuteGlobal()
[all …]
/trunk/main/basctl/source/dlged/
H A Dpropbrw.cxx517 void PropBrw::FillInfo( SfxChildWinInfo& rInfo ) const in FillInfo()
519 rInfo.bVisible = sal_False; in FillInfo()
/trunk/main/basctl/source/inc/
H A Dpropbrw.hxx75 virtual void FillInfo( SfxChildWinInfo& rInfo ) const;
/trunk/main/basic/inc/basic/
H A Dbasmgr.hxx201 void SetLibraryContainerInfo( const LibraryContainerInfo& rInfo );
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx760 void copyToLibraryContainer( StarBASIC* pBasic, const LibraryContainerInfo& rInfo ) in copyToLibraryContainer() argument
762 Reference< XLibraryContainer > xScriptCont( rInfo.mxScriptCont.get() ); in copyToLibraryContainer()
803 void BasicManager::SetLibraryContainerInfo( const LibraryContainerInfo& rInfo ) in SetLibraryContainerInfo() argument
805 mpImpl->maContainerInfo = rInfo; in SetLibraryContainerInfo()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx2236 const ParamInfo& rInfo = pParamInfos[i]; in TYPEINIT1() local
2237 const Reference< XIdlClass >& rxClass = rInfo.aType; in TYPEINIT1()
2255 const ParamInfo& rInfo = pParamInfos[i]; in TYPEINIT1() local
2256 const Reference< XIdlClass >& rxClass = rInfo.aType; in TYPEINIT1()
2267 ParamMode aParamMode = rInfo.aMode; in TYPEINIT1()
2348 const ParamInfo& rInfo = pParamInfos[j]; in TYPEINIT1() local
2349 ParamMode aParamMode = rInfo.aMode; in TYPEINIT1()
2692 const ParamInfo& rInfo = pParamInfos[i]; in GetInfo() local
2693 ::rtl::OUString aParamName = rInfo.aName; in GetInfo()
/trunk/main/basic/source/inc/
H A Dtoken.hxx126 TokenLabelInfo( const TokenLabelInfo& rInfo ) in TokenLabelInfo() argument
128 { (void)rInfo; } in TokenLabelInfo()
/trunk/main/canvas/source/directx/
H A Ddx_config.cxx115 const DeviceInfo& rInfo( *aIter ); in ~DXCanvasItem() local
116 *pValues++ = rInfo.nVendorId; in ~DXCanvasItem()
117 *pValues++ = rInfo.nDeviceId; in ~DXCanvasItem()
118 *pValues++ = rInfo.nDeviceSubSysId; in ~DXCanvasItem()
119 *pValues++ = rInfo.nDeviceRevision; in ~DXCanvasItem()
120 *pValues++ = rInfo.nDriverId; in ~DXCanvasItem()
121 *pValues++ = rInfo.nDriverVersion; in ~DXCanvasItem()
122 *pValues++ = rInfo.nDriverSubVersion; in ~DXCanvasItem()
123 *pValues++ = rInfo.nDriverBuildId; in ~DXCanvasItem()
/trunk/main/chart2/source/view/charttypes/
H A DPieChart.cxx856 PieLabelInfo& rInfo( *aIt1 ); in rearrangeLabelToAvoidOverlapIfRequested() local
857 if( rInfo.bMoved ) in rearrangeLabelToAvoidOverlapIfRequested()
859 sal_Int32 nX1 = rInfo.aFirstPosition.getX(); in rearrangeLabelToAvoidOverlapIfRequested()
860 sal_Int32 nY1 = rInfo.aFirstPosition.getY(); in rearrangeLabelToAvoidOverlapIfRequested()
863 ::basegfx::B2IRectangle aRect( lcl_getRect( rInfo.xLabelGroupShape ) ); in rearrangeLabelToAvoidOverlapIfRequested()
887 uno::Reference< beans::XPropertySet > xProp( rInfo.xTextShape, uno::UNO_QUERY); in rearrangeLabelToAvoidOverlapIfRequested()
895 m_pShapeFactory->createLine2D( rInfo.xTextTarget, aPoints, &aVLineProperties ); in rearrangeLabelToAvoidOverlapIfRequested()
/trunk/main/comphelper/inc/comphelper/
H A DChainablePropertySet.hxx82 …virtual void _setSingleValue( const comphelper::PropertyInfo & rInfo, const ::com::sun::star::uno:…
89 …virtual void _getSingleValue( const comphelper::PropertyInfo & rInfo, ::com::sun::star::uno::Any &…
96 …virtual void _getPropertyState( const comphelper::PropertyInfo& rInfo, ::com::sun::star::beans::Pr…
H A DMasterPropertySet.hxx79 …virtual void _setSingleValue( const comphelper::PropertyInfo & rInfo, const ::com::sun::star::uno:…
86 …virtual void _getSingleValue( const comphelper::PropertyInfo & rInfo, ::com::sun::star::uno::Any &…
93 …virtual void _getPropertyState( const comphelper::PropertyInfo& rInfo, ::com::sun::star::beans::Pr…
/trunk/main/cppuhelper/source/
H A Dpropshlp.cxx443 IPropertyArrayHelper& rInfo = getInfoHelper(); in setDependentFastPropertyValue() local
444 if ( !rInfo.fillPropertyMembersByHandle( NULL, &nAttributes, i_handle ) ) in setDependentFastPropertyValue()
499 IPropertyArrayHelper & rInfo = getInfoHelper(); in setFastPropertyValue() local
501 if( !rInfo.fillPropertyMembersByHandle( NULL, &nAttributes, nHandle ) ) { in setFastPropertyValue()
565 IPropertyArrayHelper & rInfo = getInfoHelper(); in getFastPropertyValue() local
566 if( !rInfo.fillPropertyMembersByHandle( NULL, NULL, nHandle ) ) in getFastPropertyValue()
643 IPropertyArrayHelper & rInfo = getInfoHelper(); in fire() local
646 rInfo.fillPropertyMembersByHandle( &aPropName, &nAttributes, pnHandles[i] ); in fire()
/trunk/main/cui/source/customize/
H A Dcfgutil.cxx1008 const css::frame::DispatchInformation& rInfo = lCommands[i]; in GroupSelected() local
1009 … ::rtl::OUString sUIName = MapCommand2UIName(rInfo.Command); in GroupSelected()
1012 pGrpInfo->sCommand = rInfo.Command; in GroupSelected()
/trunk/main/cui/source/options/
H A Dfontsubs.cxx388 const FontInfo& rInfo = aFntLst.GetFontName( nFont ); in IMPL_LINK() local
389 if(!bNonPropOnly || rInfo.GetPitch() == PITCH_FIXED) in IMPL_LINK()
390 aFontNameLB.InsertEntry(rInfo.GetName()); in IMPL_LINK()
H A Doptlingu.cxx634 const ServiceInfo_Impl &rInfo = aDisplayServiceArr[ i ]; in GetSortedImplNames() local
638 case TYPE_SPELL : aImplName = rInfo.sSpellImplName; break; in GetSortedImplNames()
639 case TYPE_HYPH : aImplName = rInfo.sHyphImplName; break; in GetSortedImplNames()
640 case TYPE_THES : aImplName = rInfo.sThesImplName; break; in GetSortedImplNames()
641 case TYPE_GRAMMAR : aImplName = rInfo.sGrammarImplName; break; in GetSortedImplNames()
1523 const ServiceInfo_Impl &rInfo = rAllDispSrvcArr[i]; in UpdateModulesBox_Impl() local
1524 aLinguModulesCLB.InsertEntry( rInfo.sDisplayName, (sal_uInt16)LISTBOX_APPEND ); in UpdateModulesBox_Impl()
1526 pEntry->SetUserData( (void *) &rInfo ); in UpdateModulesBox_Impl()
1527 aLinguModulesCLB.CheckEntryPos( i, rInfo.bConfigured ); in UpdateModulesBox_Impl()
/trunk/main/dbaccess/source/ui/inc/
H A DQueryDesignView.hxx135 …SqlParseError InsertField( const OTableFieldDescRef& rInfo, sal_Bool bVis=sal_True, sal_Bool bAc…
136 … HasFieldByAliasName(const ::rtl::OUString& rFieldName, OTableFieldDescRef& rInfo) const;
H A DQueryTableView.hxx84 …sal_Bool FindTableFromField(const String& rFieldName, OTableFieldDescRef& rInfo, sal_uInt16& rCn…
111 void InsertField(const OTableFieldDescRef& rInfo);
/trunk/main/dbaccess/source/ui/querydesign/
H A DQTableWindow.cxx225 …Bool OQueryTableWindow::ExistsField(const ::rtl::OUString& strFieldName, OTableFieldDescRef& rInfo) in ExistsField() argument
228 …OSL_ENSURE(rInfo.isValid(),"OQueryTableWindow::ExistsField: invlid argument for OTableFieldDescRef… in ExistsField()
246 rInfo->SetTabWindow(this); in ExistsField()
247 rInfo->SetField(strFieldName); in ExistsField()
248 rInfo->SetTable(GetTableName()); in ExistsField()
249 rInfo->SetAlias(GetAliasName()); in ExistsField()
250 rInfo->SetFieldIndex(m_pListBox->GetModel()->GetAbsPos(pEntry)); in ExistsField()
251 rInfo->SetDataType(pInf->GetDataType()); in ExistsField()
H A DQTableWindow.hxx64 sal_Bool ExistsField(const ::rtl::OUString& strFieldName, OTableFieldDescRef& rInfo);
H A DQueryDesignView.cxx2826 …esignView::HasFieldByAliasName(const ::rtl::OUString& rFieldName, OTableFieldDescRef& rInfo) const in HasFieldByAliasName()
2828 return m_pSelectionBox->HasFieldByAliasName( rFieldName, rInfo); in HasFieldByAliasName()
2831 SqlParseError OQueryDesignView::InsertField( const OTableFieldDescRef& rInfo, sal_Bool bVis, sal_Bo… in InsertField() argument
2833 …return m_pSelectionBox->InsertField( rInfo, BROWSER_INVALIDID,bVis, bActivate ).isValid() ? eOk : … in InsertField()
H A DQueryTableView.cxx822 sal_Bool OQueryTableView::FindTableFromField(const String& rFieldName, OTableFieldDescRef& rInfo, s… in FindTableFromField() argument
830 if(static_cast<OQueryTableWindow*>(aIter->second)->ExistsField(rFieldName, rInfo)) in FindTableFromField()
1081 void OQueryTableView::InsertField(const OTableFieldDescRef& rInfo) in InsertField() argument
1085 static_cast<OQueryDesignView*>(getDesignView())->InsertField(rInfo); in InsertField()
H A DSelectionBrowseBox.cxx1787 if (bCase(aField,rInfo->GetField()) && in AddGroupBy()
1788 bCase(aAlias,rInfo->GetAlias()) && in AddGroupBy()
1789 pEntry->GetFunctionType() == rInfo->GetFunctionType() && in AddGroupBy()
1790 pEntry->GetFunction() == rInfo->GetFunction()) in AddGroupBy()
1852 …DBG_ASSERT(rInfo.isValid() && !rInfo->IsEmpty(),"AddCondition:: OTableFieldDescRef sollte nicht Em… in AddCondition()
1867 if (bCase(aField,rInfo->GetField()) && in AddCondition()
1868 bCase(aAlias,rInfo->GetAlias()) && in AddCondition()
1871 pEntry->IsGroupBy() == rInfo->IsGroupBy() ) in AddCondition()
1961 if (bCase(aField,rInfo->GetField()) && in AddOrder()
1962 bCase(aAlias,rInfo->GetAlias())) in AddOrder()
[all …]
H A DSelectionBrowseBox.hxx115 …OTableFieldDescRef InsertField( const OTableFieldDescRef& rInfo, sal_uInt16 _nColumnPostion = BR…
120 … HasFieldByAliasName(const ::rtl::OUString& rFieldName, OTableFieldDescRef& rInfo) const;
123 void AddGroupBy( const OTableFieldDescRef& rInfo,sal_uInt32 _nCurrentPos);
124 void AddCondition( const OTableFieldDescRef& rInfo,
129 …void AddOrder(const OTableFieldDescRef& rInfo, const EOrderDir eDir, sal_uInt32 _nCurrentPos);

Completed in 1471 milliseconds

12345678910>>...14