Home
last modified time | relevance | path

Searched refs:GetCondition (Results 1 – 19 of 19) sorted by relevance

/trunk/main/sw/inc/
H A Dsection.hxx137 String const& GetCondition() const { return m_sCondition; } in GetCondition() function in SwSectionData
227 String const& GetCondition() const { return m_Data.GetCondition(); } in GetCondition() function in SwSection
H A Dfmtcol.hxx251 sal_uLong GetCondition() const { return nCondition; } in GetCondition() function in SwCollCondition
/trunk/main/sw/source/filter/xml/
H A Dxmlfmt.cxx93 sal_uInt32 GetCondition() const { return nCondition; } in GetCondition() function in SwXMLConditionParser_Impl
228 sal_uInt32 GetCondition() const { return nCondition; } in GetCondition() function in SwXMLConditionContext_Impl
259 nCondition = aCondParser.GetCondition(); in SwXMLConditionContext_Impl()
437 SwCollCondition aCond( pCondColl, pCond->GetCondition(), in Finish()
1073 switch( rCond.GetCondition() ) in UpdateTxtCollConditions()
H A Dxmltexte.cxx125 switch( rCond.GetCondition() ) in exportStyleContent()
/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx342 if (rNewData.IsHidden() && rNewData.GetCondition().Len()) in InsertSwSection()
351 rNewSect.SetCondHidden( aCalc.Calculate( rNewSect.GetCondition() ).GetBool() ); in InsertSwSection()
722 if( pSection->IsHidden() && pSection->GetCondition().Len() ) in UpdateSection()
738 aCalc.Calculate( pSection->GetCondition() ).GetBool() ? true : false; in UpdateSection()
1304 pNewSect->SetCondition( GetSection().GetCondition() ); in MakeCopy()
H A Dsection.cxx130 , m_sCondition(rSection.GetCondition()) in SwSectionData()
/trunk/main/sw/source/core/doc/
H A Dfmtcol.cxx639 if( USRFLD_EXPRESSION & pFnd->GetCondition() ) in SetConditions()
640 pNew = new SwCollCondition( pTmpColl, pFnd->GetCondition(), in SetConditions()
643 pNew = new SwCollCondition( pTmpColl, pFnd->GetCondition(), in SetConditions()
H A Ddocfld.cxx1356 pSect->GetCondition() ); in UpdateExpFlds()
1754 String aCond( pSect->GetCondition() ); in GetAllUsedDB()
1929 sFormel = pSect->GetCondition(); in ChangeDBFields()
2335 if( pSect && pSect->IsHidden() && pSect->GetCondition().Len() && in _MakeFldList()
H A Ddoc.cxx2297 if( pSect->GetCondition().Len() ) in RemoveInvisibleContent()
/trunk/main/sc/source/filter/xml/
H A Dxmlcvali.cxx73 void GetCondition( ScMyImportValidation& rValidation ) const;
350 void ScXMLContentValidationContext::GetCondition( ScMyImportValidation& rValidation ) const in GetCondition() function in ScXMLContentValidationContext
460 GetCondition( aValidation ); in EndElement()
H A Dxmlstyli.cxx290 const rtl::OUString& GetCondition() const { return sCondition; } in GetCondition() function in ScXMLMapContext
494 aMap.sCondition = ((ScXMLMapContext*)pContext)->GetCondition(); in CreateChildContext()
H A DXMLStylesExportHelper.hxx92 rtl::OUString GetCondition(ScXMLExport& rExport, const ScMyValidation& aValidation);
H A DXMLStylesExportHelper.cxx188 rtl::OUString ScMyValidationsContainer::GetCondition(ScXMLExport& rExport, const ScMyValidation& aV… in GetCondition() function in ScMyValidationsContainer
363 rtl::OUString sCondition(GetCondition(rExport, *aItr)); in WriteValidations()
/trunk/main/sw/source/core/undo/
H A Dunsect.cxx368 aInsertedSect.GetCondition().Len() > 0 ) in UndoImpl()
373 aCalc.Calculate( aInsertedSect.GetCondition() ).GetBool() ? true : false; in UndoImpl()
/trunk/main/svx/source/form/
H A Dxfm_addcondition.cxx183 m_sConditionValue = static_cast< AddConditionDialog* >( m_pDialog )->GetCondition(); in executedDialog()
H A Ddatanavi.cxx2642 String sNewCondition = aDlg.GetCondition(); in IMPL_LINK()
3445 m_aRefED.SetText( aDlg.GetCondition() ); in IMPL_LINK()
/trunk/main/sw/source/ui/dialog/
H A Duiregionsw.cxx683 sCondition = rData.GetCondition(); in IMPL_LINK()
694 String sTemp(rData.GetCondition()); in IMPL_LINK()
762 aConditionED.SetText(rData.GetCondition()); in IMPL_LINK()
1671 m_pSectionData->GetCondition())); in Ok()
/trunk/main/sw/source/core/unocore/
H A Dunosect.cxx819 if (pSectionData->GetCondition().Len() != 0) in SetPropertyValues_Impl()
1055 : ::rtl::OUString(pSect->GetCondition())); in GetPropertyValues_Impl()
/trunk/main/svx/source/inc/
H A Ddatanavi.hxx401 inline String GetCondition() const { return m_aConditionED.GetText(); } in GetCondition() function in svxform::AddConditionDialog

Completed in 210 milliseconds