Home
last modified time | relevance | path

Searched refs:IsFixed (Results 1 – 25 of 46) sorted by relevance

12

/trunk/main/basic/source/sbx/
H A Dsbxvalue.cxx268 if( !IsFixed() ) in SbxValue()
329 if( IsFixed() ) in operator =()
332 else if( r.IsFixed() ) in operator =()
791 if( !p->IsFixed() ) in GET()
966 sal_Bool SbxValue::IsFixed() const in PUT()
1040 if( IsFixed() ) in SetType()
1048 if( !CanWrite() || IsFixed() ) in SetType()
1096 if( IsFixed() ) in Convert()
1116 if( !IsFixed() ) in Convert()
1485 else if( !IsFixed() && !rOp.IsFixed() in Compare()
[all …]
/trunk/main/sw/source/core/fields/
H A Dflddat.cxx72 if (IsFixed()) in SwDateTimeField()
87 if (!(IsFixed())) in Expand()
185 if (IsFixed()) in GetValue()
234 sal_Bool bTmp = IsFixed(); in QueryValue()
H A Ddocufld.cxx360 if (!IsFixed()) in Expand()
386 bVal = IsFixed(); in QueryValue()
501 if (!IsFixed()) in Expand()
542 sal_Bool bVal = IsFixed(); in QueryValue()
567 sal_Bool bFixed = IsFixed(); in PutValue()
1109 if ( !IsFixed() ) in Expand()
1155 else if ( !IsFixed() ) in Expand()
1181 if (IsFixed()) in GetFieldName()
2082 if (!IsFixed()) in Expand()
2128 sal_Bool bTmp = IsFixed(); in QueryValue()
H A Dfldbas.cxx277 if (IsFixed()) in GetFieldName()
402 sal_Bool SwField::IsFixed() const in IsFixed() function in SwField
/trunk/main/sw/source/filter/html/
H A Dhtmlfldw.cxx114 bFixed = ((const SwExtUserField*)pFld)->IsFixed(); in OutHTML_SwField()
125 bFixed = ((const SwAuthorField*)pFld)->IsFixed(); in OutHTML_SwField()
131 if( ((SwDateTimeField*)pFld)->IsFixed() ) in OutHTML_SwField()
208 bFixed = ((const SwDocInfoField*)pFld)->IsFixed(); in OutHTML_SwField()
259 bFixed = ((const SwFileNameField*)pFld)->IsFixed(); in OutHTML_SwField()
H A Dhtmlfld.cxx557 ASSERT( ((SwDocInfoField*)pField)->IsFixed(), in EndField()
563 ASSERT( ((SwExtUserField*)pField)->IsFixed(), in EndField()
569 ASSERT( ((SwAuthorField*)pField)->IsFixed(), in EndField()
575 ASSERT( ((SwFileNameField*)pField)->IsFixed(), in EndField()
/trunk/main/basic/source/runtime/
H A Dstep0.cxx471 if( !bHandleDefaultProp && eVarType != SbxOBJECT && !(eVarType & SbxARRAY) && refVar->IsFixed() ) in StepSET_Impl()
480 if( !bHandleDefaultProp && eValType != SbxOBJECT && !(eValType & SbxARRAY) && refVal->IsFixed() ) in StepSET_Impl()
791 SbxDataType eType = refVar->IsFixed() ? refVar->GetType() : SbxVARIANT; in DimImpl()
969 if( refVar->IsFixed() ) in StepREDIMP_ERASE()
1022 if( refVar->IsFixed() ) in lcl_eraseImpl()
1147 if( !pVar->IsFixed() || pVar->IsNumeric() ) in StepINPUT()
/trunk/main/l10ntools/source/
H A Dgsicheck.cxx706 if ( pSourceLine && !pSourceLine->IsFixed() && bCheckSourceLang ) in WriteFixed()
713 if ( GetObject( i )->IsFixed() ) in WriteFixed()
721 if ( pSourceLine && ( bHasFixes || pSourceLine->IsFixed() ) ) in WriteFixed()
/trunk/main/sw/source/core/doc/
H A Ddocfld.cxx2115 if( ((SwDocInfoField*)pFmtFld->GetField())->IsFixed() ) in SetFixFields()
2129 if( ((SwAuthorField*)pFmtFld->GetField())->IsFixed() ) in SetFixFields()
2140 if( ((SwExtUserField*)pFmtFld->GetField())->IsFixed() ) in SetFixFields()
2152 if( ((SwDateTimeField*)pFmtFld->GetField())->IsFixed() ) in SetFixFields()
2161 if( ((SwFileNameField*)pFmtFld->GetField())->IsFixed() ) in SetFixFields()
/trunk/main/sw/source/ui/fldui/
H A Dflddok.cxx272 if (((SwDateTimeField*)GetCurField())->IsFixed() && !i) in IMPL_LINK()
274 if (!((SwDateTimeField*)GetCurField())->IsFixed() && i) in IMPL_LINK()
/trunk/main/vcl/inc/vcl/
H A Dwall.hxx125 sal_Bool IsFixed() const;
/trunk/main/offapi/com/sun/star/text/textfield/
H A DFileName.idl51 [property]boolean IsFixed;
H A DExtendedUser.idl50 [property]boolean IsFixed;
/trunk/main/offapi/com/sun/star/text/textfield/docinfo/
H A DChangeAuthor.idl54 [optional, property] boolean IsFixed;
H A DCreateAuthor.idl54 [optional, property] boolean IsFixed;
H A DDescription.idl53 [property]boolean IsFixed;
H A DKeywords.idl53 [property]boolean IsFixed;
H A DPrintAuthor.idl54 [optional, property] boolean IsFixed;
H A DRevision.idl53 [property]boolean IsFixed;
H A DSubject.idl53 [property]boolean IsFixed;
H A DTitle.idl53 [property]boolean IsFixed;
H A DInfo0.idl53 [property]boolean IsFixed;
H A DInfo1.idl53 [property]boolean IsFixed;
H A DInfo2.idl53 [property]boolean IsFixed;
H A DInfo3.idl53 [property]boolean IsFixed;

Completed in 101 milliseconds

12